summaryrefslogtreecommitdiffstats
path: root/arts/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arts/CMakeLists.txt')
-rw-r--r--arts/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/arts/CMakeLists.txt b/arts/CMakeLists.txt
new file mode 100644
index 000000000..706aeadca
--- /dev/null
+++ b/arts/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+if( ARTS_FOUND )
+ add_subdirectory( kde )
+ add_subdirectory( message )
+endif( ARTS_FOUND )
+
+add_subdirectory( knotify )