mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
2 lines
77 B
CMake
2 lines
77 B
CMake
add_executable(cert_app cert_app.c)
|
|
target_link_libraries(cert_app polarssl)
|