diff --git a/include/dynamic-graph/python/CMakeLists.txt b/include/dynamic-graph/python/CMakeLists.txt index fcca29018c52fb33e5f504e42e154dfd635a6994..d33af6323f746bca4717ce32ead8930852efcf75 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})