Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « decrepit - github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b43fea7f4e82023c7b7cc94a45570609e30c61e9 (plain)
1
2
3
4
5
6
7
8
9
add_subdirectory(cast)
add_subdirectory(blowfish)

add_library(
  decrepit

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