modify installing

This commit is contained in:
antao 2018-08-08 16:26:26 +08:00
parent da88fd722b
commit b13b234fac
1 changed files with 2 additions and 0 deletions

View File

@ -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)