We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a39118 + 4f5e150 commit 647f7a2Copy full SHA for 647f7a2
CMakeLists.txt
@@ -20,3 +20,8 @@ add_subdirectory(test)
20
21
add_subdirectory(demo/chat)
22
add_subdirectory(demo/msg_que)
23
+
24
+install(
25
+ DIRECTORY "include/"
26
+ DESTINATION "include"
27
+)
src/CMakeLists.txt
@@ -32,3 +32,8 @@ if(NOT MSVC)
32
pthread
33
$<$<NOT:$<STREQUAL:${CMAKE_SYSTEM_NAME},Windows>>:rt>)
34
endif()
35
36
37
+ TARGETS ${PROJECT_NAME}
38
+ DESTINATION "lib"
39
0 commit comments