From ed8a0bf7e6332e4a46ab56dfff20e843a718c79e Mon Sep 17 00:00:00 2001 From: jpekkila Date: Tue, 7 Apr 2020 18:35:12 +0300 Subject: [PATCH] Added bwtest and benchmarkscript to CMakeLists --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 328c23b..be5d4d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,6 +89,8 @@ if (BUILD_SAMPLES) add_subdirectory(samples/cpptest) add_subdirectory(samples/mpitest) add_subdirectory(samples/benchmark) + add_subdirectory(samples/bwtest) + add_subdirectory(samples/genbenchmarkscripts) endif() if (BUILD_STANDALONE)