mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 04:36:41 +00:00
3 lines
77 B
CMake
3 lines
77 B
CMake
add_executable(cert_app cert_app.c)
|
|
target_link_libraries(cert_app polarssl)
|