Skip to content

Commit

Permalink
fix install by package manager (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle authored Mar 19, 2024
1 parent 2880240 commit b7b01c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
$<INSTALL_INTERFACE:include/ylt/thirdparty>
)
endif()
message(STATUS "--------------------------------------------")

0 comments on commit b7b01c5

Please sign in to comment.