1
0
Fork 0

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

Dieser Commit ist enthalten in:
tastytea 2019-09-23 19:00:52 +02:00
Ursprung b1e25041d9
Commit f7b2c22c23
Signiert von: tastytea
GPG-Schlüssel-ID: CFC39497F1B26E07
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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