mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Restore linking against all libraries in the cmake_subproject test
This commit is contained in:
parent
4973196e5a
commit
37940d923e
@ -8,9 +8,11 @@ set(MBEDTLS_DIR ../../../)
|
|||||||
# Add Mbed TLS as a subdirectory.
|
# Add Mbed TLS as a subdirectory.
|
||||||
add_subdirectory(${MBEDTLS_DIR} build)
|
add_subdirectory(${MBEDTLS_DIR} build)
|
||||||
|
|
||||||
# Link against the Mbed Crypto library.
|
# Link against all the Mbed TLS libraries.
|
||||||
set(libs
|
set(libs
|
||||||
mbedcrypto
|
mbedcrypto
|
||||||
|
mbedx509
|
||||||
|
mbedtls
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(cmake_subproject cmake_subproject.c)
|
add_executable(cmake_subproject cmake_subproject.c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user