X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=tests%2FCMakeLists.txt;h=a1916ca451a5ad0ae16608de16a4f00cdfc5f68f;hb=HEAD;hp=e4717b2d6719fa2d26a6c88fb841d656f8ae79be;hpb=ed5b2ff32158ae72c011eb1228f373cec05cbfeb;p=quassel.git diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e4717b2d..dfb8802a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1 +1,4 @@ add_subdirectory(common) +if (BUILD_CORE) + add_subdirectory(core) +endif()