diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-26 23:47:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-27 01:05:04 +0200 |
| commit | 93153289831a5e67f13488054410a20558719d41 (patch) | |
| tree | 24f2f58c2724fa18224458d5eaada3958eb4902a /CMakeLists.txt | |
| parent | 8b39bc5db98c252269fe526a8c411bf245770ba2 (diff) | |
| download | libweb-93153289831a5e67f13488054410a20558719d41.tar.gz | |
Makefile, CMakeLists.txt: Add installation targets
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 093cf1f..bbe1afc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,8 @@ add_library(${PROJECT_NAME} add_subdirectory(dynstr) target_include_directories(${PROJECT_NAME} PUBLIC include) target_link_libraries(${PROJECT_NAME} PUBLIC dynstr) +install(TARGETS ${PROJECT_NAME}) +install(DIRECTORY include/slweb TYPE INCLUDE) if(BUILD_EXAMPLES) add_subdirectory(examples) |
