cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / core / CMakeLists.txt
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
deleted file mode 100644 (file)
index 2d5a706..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-SET(core_SRCS core.cpp)
-SET(core_HDRS )
-SET(core_MOCS core.h)
-
-QT4_WRAP_CPP(_MOC ${core_MOCS})
-ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})