From 1922341e2aa1c8a9f578c33315c3a3842a437fd2 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 19 Dec 2010 17:29:17 +0100 Subject: New benchmarks directory --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 380075de..d57317f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,10 @@ if (WITH_TESTING) add_subdirectory(tests) endif (WITH_TESTING) +if (WITH_BENCHMARKS) + add_subdirectory(benchmarks) +endif (WITH_BENCHMARKS) + message(STATUS "********************************************") message(STATUS "********** ${PROJECT_NAME} build options : **********") @@ -113,6 +117,6 @@ if (WITH_INTERNAL_DOC) else (WITH_INTERNAL_DOC) message(STATUS "Public API documentation generation") endif (WITH_INTERNAL_DOC) - +message(STATUS "Benchmarks: ${WITH_BENCHMARKS}") message(STATUS "********************************************") -- cgit v1.2.3