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.
1 parent 6a7323e commit 491aa7bCopy full SHA for 491aa7b
CMakeLists.txt
@@ -14,6 +14,7 @@ add_library(scratchcpp SHARED)
14
add_subdirectory(src)
15
include_directories(src) # TODO: Remove this line
16
include_directories(include)
17
+install(TARGETS scratchcpp DESTINATION lib)
18
19
target_sources(scratchcpp
20
PUBLIC
build/zip.cmake
@@ -7,3 +7,4 @@ add_library(zip SHARED
7
)
8
9
target_include_directories(zip PUBLIC ${ZIP_SRC})
10
+install(TARGETS zip DESTINATION lib)
0 commit comments