diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-02 14:39:43 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-02 14:39:43 +0200 |
| commit | d0d843b7046ced76336604450f8eb78b4decfa09 (patch) | |
| tree | dfcd1e3255ff1b54cbc9c0693d84947eaec732d1 /CMakeLists.txt | |
| parent | 0e779caae658f118d535e9f0a74f0012eefca9a0 (diff) | |
| download | dynstr-0.1.0-rc1.tar.gz | |
Support installationv0.1.0-rc1
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 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) |
