mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 06:28:17 +02:00
Revert "programs, tests: Depend only on libmbedcrypto"
This reverts commit 986a15199d.
This commit is contained in:
committed by
Ronald Cron
parent
722a7e6940
commit
4fa9f9f744
@@ -1,8 +1,8 @@
|
||||
add_executable(hello hello.c)
|
||||
target_link_libraries(hello mbedcrypto)
|
||||
target_link_libraries(hello mbedtls)
|
||||
|
||||
add_executable(generic_sum generic_sum.c)
|
||||
target_link_libraries(generic_sum mbedcrypto)
|
||||
target_link_libraries(generic_sum mbedtls)
|
||||
|
||||
install(TARGETS hello generic_sum
|
||||
DESTINATION "bin"
|
||||
|
||||
Reference in New Issue
Block a user