modify installing
This commit is contained in:
parent
da88fd722b
commit
b13b234fac
|
@ -88,6 +88,8 @@ install(TARGETS drogon DESTINATION lib)
|
|||
|
||||
file(GLOB trantor_net_headers "${CMAKE_CURRENT_SOURCE_DIR}/lib/inc/drogon/*.h")
|
||||
install(FILES ${trantor_net_headers} DESTINATION include/drogon)
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib/inc/drogon/utils/FunctionTraits.h
|
||||
DESTINATION include/drogon/utils)
|
||||
add_dependencies(drogon trantor makeVersion)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue