blob: b27f01661fa7d4fb572abf70531494d3aefe0af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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)
|