fix install by package manager (#638)
This commit is contained in:
parent
288024013e
commit
b7b01c5836
|
@ -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 "--------------------------------------------")
|
Loading…
Reference in New Issue