Sign in
boringssl
/
boringssl.git
/
042bcdd9bd68633b5bc9ded6b82ba59e03c33583
/
.
/
decrepit
/
CMakeLists.txt
blob: b43fea7f4e82023c7b7cc94a45570609e30c61e9 [
file
] [
log
] [
blame
]
add_subdirectory(cast)
add_subdirectory(blowfish)
add_library(
decrepit
$<TARGET_OBJECTS:cast>
$<TARGET_OBJECTS:blowfish>
)