This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
FediPotato/lib/include/CMakeLists.txt

7 lines
199 B
CMake
Raw Normal View History

2020-02-24 20:13:53 +01:00
include(GNUInstallDirs)
# The trailing / is important.
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}"
FILES_MATCHING PATTERN "*.hpp")