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

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'decrepit/CMakeLists.txt')
-rw-r--r--decrepit/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/decrepit/CMakeLists.txt b/decrepit/CMakeLists.txt
index b43fea7f..a486c1b3 100644
--- a/decrepit/CMakeLists.txt
+++ b/decrepit/CMakeLists.txt
@@ -1,9 +1,11 @@
add_subdirectory(cast)
add_subdirectory(blowfish)
+add_subdirectory(bio)
add_library(
decrepit
- $<TARGET_OBJECTS:cast>
+ $<TARGET_OBJECTS:bio_decrepit>
$<TARGET_OBJECTS:blowfish>
+ $<TARGET_OBJECTS:cast>
)