1 2 3 4 5 6 7 8 9
add_subdirectory(cast) add_subdirectory(blowfish) add_library( decrepit $<TARGET_OBJECTS:cast> $<TARGET_OBJECTS:blowfish> )