Merge pull request #11955 from TellowKrinkle/CMakeDependencies

CMake: Allow ignoring system packages
This commit is contained in:
Admiral H. Curtiss 2023-06-30 19:06:04 +02:00 committed by GitHub
commit fa81006b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 256 additions and 294 deletions

View file

@ -147,16 +147,17 @@ endif()
target_link_libraries(common
PUBLIC
${CMAKE_THREAD_LIBS_INIT}
enet
enet::enet
fmt::fmt
${MBEDTLS_LIBRARIES}
minizip-ng
MbedTLS::mbedtls
minizip::minizip
sfml-network
PRIVATE
${CURL_LIBRARIES}
CURL::libcurl
FatFs
Iconv::Iconv
${spng_target}
spng::spng
${VTUNE_LIBRARIES}
)