mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Windows add bcrypt until mbedtls is fixed
(https://github.com/Mbed-TLS/mbedtls/pull/9554)
This commit is contained in:
parent
60f5a07500
commit
64811f0457
@ -115,7 +115,11 @@ if(ENABLE_DEV_NETWORK)
|
|||||||
if(NOT DEFAULT_USE_SYSTEM_MBEDTLS_LIBS)
|
if(NOT DEFAULT_USE_SYSTEM_MBEDTLS_LIBS)
|
||||||
if(MBEDTLS_LIBRARIES)
|
if(MBEDTLS_LIBRARIES)
|
||||||
include_directories(${MBEDTLS_INCLUDE_DIR})
|
include_directories(${MBEDTLS_INCLUDE_DIR})
|
||||||
target_link_libraries(leddevice ${MBEDTLS_LIBRARIES})
|
target_link_libraries(
|
||||||
|
leddevice
|
||||||
|
${MBEDTLS_LIBRARIES}
|
||||||
|
$<$<BOOL:${WIN32}>:bcrypt.lib>
|
||||||
|
)
|
||||||
target_include_directories(leddevice PRIVATE ${MBEDTLS_INCLUDE_DIR})
|
target_include_directories(leddevice PRIVATE ${MBEDTLS_INCLUDE_DIR})
|
||||||
endif (MBEDTLS_LIBRARIES)
|
endif (MBEDTLS_LIBRARIES)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user