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