diff --git a/CMakeLists.txt b/CMakeLists.txt index a55f9d920..7e7790271 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,5 +46,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) include(CTest) add_subdirectory(test) - + + include(GNUInstallDirs) + install(DIRECTORY "include/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") endif()