From 197175c8b9e11fce379e77bdba6441c74097bd58 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 21 Oct 2018 14:25:52 +0200 Subject: Add MatcherBenchmark --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 622fb21..f75bba4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,11 +42,11 @@ add_subdirectory(src) add_subdirectory(doc) -if(CONFIG_TESTS) +#if(CONFIG_TESTS) enable_testing() find_package(Qt5 COMPONENTS Test REQUIRED) add_subdirectory(test) -endif(CONFIG_TESTS) +#endif(CONFIG_TESTS) # Summarize message(STATUS "=== Configuration summary ===") -- cgit v1.2.1