aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 14:39:43 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 14:39:43 +0200
commitd0d843b7046ced76336604450f8eb78b4decfa09 (patch)
treedfcd1e3255ff1b54cbc9c0693d84947eaec732d1 /CMakeLists.txt
parent0e779caae658f118d535e9f0a74f0012eefca9a0 (diff)
downloaddynstr-0.1.0-rc1.tar.gz
Support installationv0.1.0-rc1
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 6622657..4b21447 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,3 +15,5 @@ cmake_minimum_required(VERSION 3.0)
project(dynstr C)
add_library(${PROJECT_NAME} STATIC "dynstr.c")
target_include_directories(${PROJECT_NAME} PUBLIC "include")
+install(TARGETS ${PROJECT_NAME})
+install(DIRECTORY include/ TYPE INCLUDE)