mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 18:55:41 +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)
|