Merge branch 'develop'

This commit is contained in:
tastytea 2019-09-23 19:02:13 +02:00
commit 7f99945719
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 1 deletions

View File

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

View File

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