diff options
author | hannibal <770876997@qq.com> | 2018-11-14 10:47:41 +0800 |
---|---|---|
committer | hannibal <770876997@qq.com> | 2018-11-14 10:47:41 +0800 |
commit | ef7800aff32d8558f155ee26adfdb71c8e35f93a (patch) | |
tree | 918fa73dfc801425d80d83bb1bcbe59923dfbea6 /CMakeLists.txt | |
parent | b35438dd77e4c2391391d7777c0a0b4cfd6e46f5 (diff) |
add_subdirectory(tgbot-cpp)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a6d5c2e..c4f7195 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ set(LIB_LIST # building project add_library(${PROJECT_NAME} ${SRC_LIST}) +target_include_directories(${PROJECT_NAME} PUBLIC include) target_link_libraries(${PROJECT_NAME} ${LIB_LIST}) install(TARGETS ${PROJECT_NAME} DESTINATION lib) install(DIRECTORY include/ DESTINATION include) |