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