From 86cb9031a20a3ed71fee38c887ed7b4e09de6852 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 29 Oct 2019 09:54:51 +0100 Subject: [PATCH] [CMake] install headers --- include/dynamic-graph/python/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dynamic-graph/python/CMakeLists.txt b/include/dynamic-graph/python/CMakeLists.txt index fcca290..d33af63 100644 --- a/include/dynamic-graph/python/CMakeLists.txt +++ b/include/dynamic-graph/python/CMakeLists.txt @@ -11,4 +11,7 @@ SET(${PROJECT_NAME}_HEADERS signal-wrapper.hh ) +INSTALL(FILES ${${PROJECT_NAME}_HEADERS} DESTINATION include/${CUSTOM_HEADER_DIR}) + CONFIG_FILES(link-to-python.hh) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/link-to-python.hh DESTINATION include/${CUSTOM_HEADER_DIR}) -- GitLab