diff --git a/cmake/install.cmake b/cmake/install.cmake index 490f76769..aba2eaed5 100644 --- a/cmake/install.cmake +++ b/cmake/install.cmake @@ -60,5 +60,8 @@ if (INSTALL_THIRDPARTY) elseif(INSTALL_THIRDPARTY_BY_PACKAGE_MANAGER) install(DIRECTORY "${yaLanTingLibs_SOURCE_DIR}/include/ylt/thirdparty/cinatra" DESTINATION include/ylt/thirdparty/cinatra) install(DIRECTORY "${yaLanTingLibs_SOURCE_DIR}/include/ylt/thirdparty/iguana" DESTINATION include/ylt/thirdparty/iguana) + target_include_directories(yalantinglibs INTERFACE + $ + ) endif() message(STATUS "--------------------------------------------") \ No newline at end of file