diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e45136a3..8b6d787a8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,6 +2,9 @@ ### 1) Set all needed source files for the project ###################################################################################### +FILE(GLOB HDRS *.h do) +INSTALL(FILES ${HDRS} DESTINATION include/do COMPONENT headers) + FILE(GLOB SOURCES *.cpp) SET(SAMPLE_SRCS ${SOURCES} PARENT_SCOPE)