summaryrefslogtreecommitdiff
path: root/src/prop
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/prop
parent4a0637be2548b2ee4c29873c045246cb36e8d122 (diff)
cmake: Added initial build infrastructure.
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/CMakeLists.txt2
-rw-r--r--src/prop/bvminisat/CMakeLists.txt0
-rw-r--r--src/prop/minisat/CMakeLists.txt0
3 files changed, 2 insertions, 0 deletions
diff --git a/src/prop/CMakeLists.txt b/src/prop/CMakeLists.txt
new file mode 100644
index 000000000..c7868e0f0
--- /dev/null
+++ b/src/prop/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_subdirectory(bvminisat)
+add_subdirectory(minisat)
diff --git a/src/prop/bvminisat/CMakeLists.txt b/src/prop/bvminisat/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/prop/bvminisat/CMakeLists.txt
diff --git a/src/prop/minisat/CMakeLists.txt b/src/prop/minisat/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/src/prop/minisat/CMakeLists.txt
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback