From 06c70f4ef048cff31cf34c7fa1595d8a4d66ca33 Mon Sep 17 00:00:00 2001 From: Vincent Samy Date: Fri, 4 Jan 2019 17:58:46 +0900 Subject: [PATCH] Copy header files into the nclude folder --- include/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 52abb9c..d4b69b1 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -42,4 +42,5 @@ target_include_directories(${PROJECT_NAME} INTERFACE ${HEADERS}) install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib) \ No newline at end of file + ARCHIVE DESTINATION lib) +install(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DESTINATION}) \ No newline at end of file