identiconpp/include/CMakeLists.txt

5 lines
102 B
CMake
Raw Normal View History

2019-09-13 18:48:47 +02:00
include(GNUInstallDirs)
2019-09-23 19:00:52 +02:00
install(FILES "identiconpp.hpp"
2019-09-13 18:48:47 +02:00
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")