summaryrefslogtreecommitdiff
path: root/src/squelch/CMakeLists.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-19 20:03:42 +0200
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commitb05113a48a2031282b5f4e65b97407a7bc8438c1 (patch)
treeab5042ebb89b8a6b5728b6843c22608c14e21393 /src/squelch/CMakeLists.txt
parent1d65909b257cc84282da4a1192072615b716138c (diff)
C++: Move Automatizer to C++
Diffstat (limited to 'src/squelch/CMakeLists.txt')
-rw-r--r--src/squelch/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/squelch/CMakeLists.txt b/src/squelch/CMakeLists.txt
new file mode 100644
index 00000000..7b1495ba
--- /dev/null
+++ b/src/squelch/CMakeLists.txt
@@ -0,0 +1,9 @@
+ADD_LIBRARY(squelch
+ automatizer.cc
+ condition.cc
+ condition_metadata.cc
+ cursor.cc
+ object_status.cc
+ rule.cc
+ tree_printer.cc
+)