mbedtls/programs/x509/CMakeLists.txt
2010-03-18 20:11:58 +00:00

2 lines
77 B
CMake

add_executable(cert_app cert_app.c)
target_link_libraries(cert_app polarssl)