This commit is contained in:
parent
b1e25041d9
commit
f7b2c22c23
|
@ -46,6 +46,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(include)
|
||||
add_subdirectory(cmake)
|
||||
add_subdirectory(pkg-config)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include(GNUInstallDirs)
|
||||
|
||||
install("identiconpp.hpp"
|
||||
install(FILES "identiconpp.hpp"
|
||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
|
||||
|
|
Loading…
Reference in New Issue
Block a user