mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Merge pull request #9420 from MerryMage/ext
Externals: Link against required libraries
This commit is contained in:
commit
9069ad6cce
2
Externals/curl/lib/CMakeLists.txt
vendored
2
Externals/curl/lib/CMakeLists.txt
vendored
@ -13,5 +13,5 @@ add_library(
|
|||||||
${SRCS}
|
${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)
|
target_compile_definitions(curl PUBLIC CURL_STATICLIB PRIVATE CURL_DISABLE_LDAP)
|
||||||
|
1
Externals/hidapi/CMakeLists.txt
vendored
1
Externals/hidapi/CMakeLists.txt
vendored
@ -14,6 +14,7 @@ else()
|
|||||||
target_link_libraries(hidapi PRIVATE udev)
|
target_link_libraries(hidapi PRIVATE udev)
|
||||||
else()
|
else()
|
||||||
target_sources(hidapi PRIVATE libusb/hid.c)
|
target_sources(hidapi PRIVATE libusb/hid.c)
|
||||||
|
target_link_libraries(hidapi PRIVATE usb)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user