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