Commit 6362142f authored by octal's avatar octal

Added install rules

parent a4c7a9d7
......@@ -18,3 +18,7 @@ add_library(net ${SOURCE_FILES})
include_directories (${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(net pthread)
file(GLOB HEADER_FILES "*.h")
install(FILES ${HEADER_FILES} DESTINATION include/rest)
install(TARGETS net DESTINATION lib)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment