mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
3 lines
77 B
CMake
3 lines
77 B
CMake
|
|
add_executable(cert_app cert_app.c)
|
||
|
|
target_link_libraries(cert_app polarssl)
|