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:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac045dfd..4e63c89f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -199,7 +199,9 @@ if(ENABLE_TESTS)
add_subdirectory(ssl/test)
endif()
add_subdirectory(tool)
+if(ENABLE_DECREPIT)
add_subdirectory(decrepit)
+endif()
if(FUZZ)
add_subdirectory(fuzz)