c004dfc3d1
decrepit will contain algorithms that we really wish didn't exist any longer. It won't be built by default in Chromium etc, but the code will exist for crummy code that still needs it. Change-Id: Ic307f5f0a69efe9e0a5fd54052f49d219e90dcdd
10 lines
132 B
CMake
10 lines
132 B
CMake
add_subdirectory(cast)
|
|
add_subdirectory(blowfish)
|
|
|
|
add_library(
|
|
decrepit
|
|
|
|
$<TARGET_OBJECTS:cast>
|
|
$<TARGET_OBJECTS:blowfish>
|
|
)
|