Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
9624b405a8f05a9e70ffae54096ee1fbf89c2688
/
.
/
decrepit
/
CMakeLists.txt
blob: b43fea7f4e82023c7b7cc94a45570609e30c61e9 [
file
] [
log
] [
blame
]
add_subdirectory(cast)
add_subdirectory(blowfish)
add_library(
decrepit
$<TARGET_OBJECTS:cast>
$<TARGET_OBJECTS:blowfish>
)