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