summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a460044..b3c83bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,3 +6,5 @@ project(libjunk VERSION 1.0
add_library(junk SHARED)
add_subdirectory(src)
target_include_directories(junk PUBLIC include)
+install(TARGETS junk DESTINATION lib)
+install(FILES include DESTINATION include)