summaryrefslogtreecommitdiff
path: root/src/compat/CMakeLists.txt
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-05 14:00:52 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit2e931a009cc474a6c326fc9a1b1b289198a50838 (patch)
tree3543ef7c88856a19ff96e30c02b69393469d8930 /src/compat/CMakeLists.txt
parent32bc6b382859a96f08f7ef78c0d64efc5235d227 (diff)
cmake: Rebase with current master, add new tests/source files.
Diffstat (limited to 'src/compat/CMakeLists.txt')
-rw-r--r--src/compat/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/compat/CMakeLists.txt b/src/compat/CMakeLists.txt
deleted file mode 100644
index f327de593..000000000
--- a/src/compat/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-set(compat_src_files
- cvc3_compat.cpp
- cvc3_compat.h
-)
-
-add_library(cvc4compat ${compat_src_files})
-target_compile_definitions(cvc4compat PRIVATE -D__BUILDING_CVC4COMPATLIB)
-target_link_libraries(cvc4compat cvc4)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback