mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
2 lines
77 B
CMake
2 lines
77 B
CMake
add_executable(cert_app cert_app.c)
|
|
target_link_libraries(cert_app polarssl)
|