From b13b234fac7944217ffde8de3ef58e8392fdd134 Mon Sep 17 00:00:00 2001 From: antao Date: Wed, 8 Aug 2018 16:26:26 +0800 Subject: [PATCH] modify installing --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a14cc9f..e46e7caf 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)