Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a0f082c574f824666e3fe52236f3f3b226c90289
/
.
/
programs
/
x509
/
CMakeLists.txt
blob: 3078fd599772295f04d573ee484e94c0b4b442c3 [
file
] [
log
] [
blame
] [
raw
]
add_executable
(
cert_app cert_app
.
c
)
target_link_libraries
(
cert_app polarssl
)