summaryrefslogtreecommitdiffstats
path: root/src/decrepit/CMakeLists.txt
blob: a486c1b3f48bebc1de3423efcb0a64252adbf8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
add_subdirectory(cast)
add_subdirectory(blowfish)
add_subdirectory(bio)

add_library(
  decrepit

  $<TARGET_OBJECTS:bio_decrepit>
  $<TARGET_OBJECTS:blowfish>
  $<TARGET_OBJECTS:cast>
)