aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-01-16 15:53:32 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2018-01-16 15:53:32 +0100
commitc3d3562c0198c72e74cf7e03c1c1128031126914 (patch)
treed304d964366f49fbbaab338eb606961a4e7daa36
parentca7e766e9280f8f1a779a18f463ad398199497f1 (diff)
downloadlibnitrokey-c3d3562c0198c72e74cf7e03c1c1128031126914.tar.gz
libnitrokey-c3d3562c0198c72e74cf7e03c1c1128031126914.tar.bz2
Install NK_C_API.h file to system's includes
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 196fd84..8d2b577 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,7 +115,7 @@ IF (LOG_VOLATILE_DATA)
ENDIF()
-file(GLOB LIB_INCLUDES "include/*.h")
+file(GLOB LIB_INCLUDES "include/*.h" "NK_C_API.h")
install (FILES ${LIB_INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
install (TARGETS nitrokey DESTINATION ${CMAKE_INSTALL_LIBDIR})