remwharead/include/CMakeLists.txt
tastytea d521f21f20
All checks were successful
continuous-integration/drone/push Build is passing
Fix header installation path.
2019-09-22 03:03:42 +02:00

7 lines
199 B
CMake

include(GNUInstallDirs)
# The trailing / is important.
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}"
FILES_MATCHING PATTERN "*.hpp")