mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 18:58:32 +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)
|