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

Este commit está contenido en:
tastytea 2019-09-23 19:00:52 +02:00
padre b1e25041d9
commit f7b2c22c23
Firmado por: tastytea
ID de clave GPG: CFC39497F1B26E07
Se han modificado 2 ficheros con 2 adiciones y 1 borrados

Ver fichero

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

Ver fichero

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