summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-20 15:33:39 -0700
committerGitHub <noreply@github.com>2021-04-20 22:33:39 +0000
commit9cb7212d58d42cf1433dc086d305f1a202c3771b (patch)
treeaa0611c1656be613a77d690a9468828b0d0b4d32 /src/CMakeLists.txt
parent93fffd49080e29affbf9d5657046d57add929fa8 (diff)
Quantifiers: Move implementation of type rules to cpp. (#6404)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c24ab31ec..b86e59877 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -877,6 +877,7 @@ libcvc4_add_sources(
theory/quantifiers/term_util.h
theory/quantifiers/theory_quantifiers.cpp
theory/quantifiers/theory_quantifiers.h
+ theory/quantifiers/theory_quantifiers_type_rules.cpp
theory/quantifiers/theory_quantifiers_type_rules.h
theory/quantifiers_engine.cpp
theory/quantifiers_engine.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback