Install header.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tastytea 2019-09-23 19:00:52 +02:00
bovenliggende b1e25041d9
commit f7b2c22c23
Getekend door: tastytea
GPG sleutel-ID: CFC39497F1B26E07
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen

Bestand weergeven

@ -46,6 +46,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
endif()
add_subdirectory(src)
add_subdirectory(include)
add_subdirectory(cmake)
add_subdirectory(pkg-config)

Bestand weergeven

@ -1,4 +1,4 @@
include(GNUInstallDirs)
install("identiconpp.hpp"
install(FILES "identiconpp.hpp"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")