Skip to content
Permalink
Browse files
Merge pull request #9420 from MerryMage/ext
Externals: Link against required libraries
  • Loading branch information
leoetlino committed Jan 5, 2021
2 parents bd89523 + 14c0338 commit 9069ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -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)
@@ -14,6 +14,7 @@ else()
target_link_libraries(hidapi PRIVATE udev)
else()
target_sources(hidapi PRIVATE libusb/hid.c)
target_link_libraries(hidapi PRIVATE usb)
endif()
endif()

0 comments on commit 9069ad6

Please sign in to comment.