Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
76791f7c328cc28f1cb2e76f3974e72cf8ffdd05
/
.
/
programs
/
aes
/
CMakeLists.txt
blob: 1daad58dac61c70987026aa899157d65fafeb87e [
file
] [
log
] [
blame
] [
raw
]
add_executable
(
aescrypt2 aescrypt2
.
c
)
target_link_libraries
(
aescrypt2 polarssl
)