X-Git-Url: https://git.siccegge.de//index.cgi?p=software%2FDIPE.git;a=blobdiff_plain;f=CMakeLists.txt;h=304cf041fd746157e25d79b2b48d42fc792bf1c7;hp=8340506b7b5b281b6f3ce9788cbd3b62de0dd6fa;hb=HEAD;hpb=5cb1a82c4ddb3fd578e6b99cce46406e1a6b357f diff --git a/CMakeLists.txt b/CMakeLists.txt index 8340506..304cf04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,11 @@ cmake_minimum_required (VERSION 2.8.11) project (DIPE) +include(CTest) +include(GoogleTest) + +set(CMAKE_VERBOSE_MAKEFILE on) + add_subdirectory(src) +add_subdirectory(tests) +add_subdirectory(benchmark)