mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
15 lines
344 B
Diff
15 lines
344 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index b9fd698..bcaebfe 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -31,7 +31,9 @@
|
|
#############################################
|
|
|
|
add_subdirectory (rttr)
|
|
+if(UNIT_TESTS)
|
|
add_subdirectory (unit_tests)
|
|
+endif()
|
|
|
|
if (${BUILD_BENCHMARKS})
|
|
add_subdirectory (benchmarks)
|