summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2017-09-11 15:49:22 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit61572fe01f0fcfe3c9c96811ec3572ad7e572189 (patch)
tree9fc6e45e2910568a118624f0e8b18bd9639b4033 /src/theory
parent4a0637be2548b2ee4c29873c045246cb36e8d122 (diff)
cmake: Added initial build infrastructure.
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/CMakeLists.txt14
-rw-r--r--src/theory/arith/CMakeLists.txt0
-rw-r--r--src/theory/arrays/CMakeLists.txt0
-rw-r--r--src/theory/booleans/CMakeLists.txt0
-rw-r--r--src/theory/builtin/CMakeLists.txt0
-rw-r--r--src/theory/bv/CMakeLists.txt0
-rw-r--r--src/theory/datatypes/CMakeLists.txt0
-rw-r--r--src/theory/example/CMakeLists.txt0
-rw-r--r--src/theory/fp/CMakeLists.txt0
-rw-r--r--src/theory/idl/CMakeLists.txt0
-rw-r--r--src/theory/quantifiers/CMakeLists.txt0
-rw-r--r--src/theory/sep/CMakeLists.txt0
-rw-r--r--src/theory/sets/CMakeLists.txt0
-rw-r--r--src/theory/strings/CMakeLists.txt0
-rw-r--r--src/theory/uf/CMakeLists.txt0
15 files changed, 14 insertions, 0 deletions
diff --git a/src/theory/CMakeLists.txt b/src/theory/CMakeLists.txt
new file mode 100644
index 000000000..01a98aff8
--- /dev/null
+++ b/src/theory/CMakeLists.txt
@@ -0,0 +1,14 @@
+add_subdirectory(arith)
+add_subdirectory(arrays)
+add_subdirectory(booleans)
+add_subdirectory(builtin)
+add_subdirectory(bv)
+add_subdirectory(datatypes)
+add_subdirectory(example)
+add_subdirectory(fp)
+add_subdirectory(idl)
+add_subdirectory(quantifiers)
+add_subdirectory(sep)
+add_subdirectory(sets)
+add_subdirectory(strings)
+add_subdirectory(uf)
diff --git a/src/theory/arith/CMakeLists.txt b/src/theory/arith/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/arith/CMakeLists.txt
diff --git a/src/theory/arrays/CMakeLists.txt b/src/theory/arrays/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/arrays/CMakeLists.txt
diff --git a/src/theory/booleans/CMakeLists.txt b/src/theory/booleans/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/booleans/CMakeLists.txt
diff --git a/src/theory/builtin/CMakeLists.txt b/src/theory/builtin/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/builtin/CMakeLists.txt
diff --git a/src/theory/bv/CMakeLists.txt b/src/theory/bv/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/bv/CMakeLists.txt
diff --git a/src/theory/datatypes/CMakeLists.txt b/src/theory/datatypes/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/datatypes/CMakeLists.txt
diff --git a/src/theory/example/CMakeLists.txt b/src/theory/example/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/example/CMakeLists.txt
diff --git a/src/theory/fp/CMakeLists.txt b/src/theory/fp/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/fp/CMakeLists.txt
diff --git a/src/theory/idl/CMakeLists.txt b/src/theory/idl/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/idl/CMakeLists.txt
diff --git a/src/theory/quantifiers/CMakeLists.txt b/src/theory/quantifiers/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/quantifiers/CMakeLists.txt
diff --git a/src/theory/sep/CMakeLists.txt b/src/theory/sep/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/sep/CMakeLists.txt
diff --git a/src/theory/sets/CMakeLists.txt b/src/theory/sets/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/sets/CMakeLists.txt
diff --git a/src/theory/strings/CMakeLists.txt b/src/theory/strings/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/strings/CMakeLists.txt
diff --git a/src/theory/uf/CMakeLists.txt b/src/theory/uf/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/theory/uf/CMakeLists.txt
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback