summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-10-08 18:51:33 -0700
committerGitHub <noreply@github.com>2018-10-08 18:51:33 -0700
commita1c9b7408ee47ea69ef9866cdac75f839c14bc8d (patch)
treedb78b86653ca4372f112ce13d3b19de0c830ec8d /src/CMakeLists.txt
parentd0559a21f2ca71e8eaf5978e5c0707d7cf11499f (diff)
BV inverter: Factor out util functions. (#2603)
Previously, all invertibility condition functions were static functions in theory/quantifiers/bv_inverter.cpp. For the corresponding unit test, it was therefore required to include this cpp file in order to test these functions. This factors out these functions into a theory/quantifiers/bv_inverter_utils.(cpp|h).
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index afc8c0f1b..f6c66b743 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -424,6 +424,8 @@ libcvc4_add_sources(
theory/quantifiers/anti_skolem.h
theory/quantifiers/bv_inverter.cpp
theory/quantifiers/bv_inverter.h
+ theory/quantifiers/bv_inverter_utils.cpp
+ theory/quantifiers/bv_inverter_utils.h
theory/quantifiers/candidate_rewrite_database.cpp
theory/quantifiers/candidate_rewrite_database.h
theory/quantifiers/candidate_rewrite_filter.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback