cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / tests / CMakeLists.txt
index e4717b2..dfb8802 100644 (file)
@@ -1 +1,4 @@
 add_subdirectory(common)
+if (BUILD_CORE)
+    add_subdirectory(core)
+endif()