diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e9d506487954296fb3a236b82d449c3f15685a..ef838be38a920c069a48abc03b5131f3f8d8caac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,13 @@ ADD_SUBDIRECTORY(backends) #ADD_SUBDIRECTORY(tests) ADD_SUBDIRECTORY(spectrum_manager) +if (CPPUNIT_FOUND) + message("tests : yes") + include_directories(${CPPUNIT_INCLUDE_DIR}) +else() + message("tests : no (install CPPUnit)") +endif() + if(DOXYGEN_FOUND) message("Docs : yes") ADD_SUBDIRECTORY(docs)