mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Externals: Link against required libraries
* curl requires zlib * hidapi when not using libudev requires libusb
This commit is contained in:
2
Externals/curl/lib/CMakeLists.txt
vendored
2
Externals/curl/lib/CMakeLists.txt
vendored
@ -13,5 +13,5 @@ add_library(
|
||||
${SRCS}
|
||||
)
|
||||
|
||||
target_link_libraries(curl ${MBEDTLS_LIBRARIES})
|
||||
target_link_libraries(curl ${MBEDTLS_LIBRARIES} z)
|
||||
target_compile_definitions(curl PUBLIC CURL_STATICLIB PRIVATE CURL_DISABLE_LDAP)
|
||||
|
Reference in New Issue
Block a user