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