summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-16 15:02:06 -0500
committerGitHub <noreply@github.com>2019-09-16 15:02:06 -0500
commitf6cfc98f37bf92ccbf11aad20c1419071d8704f8 (patch)
treefc568ca8939c4c3370ed876334422f2f22a8c95c /src/CMakeLists.txt
parent2a26c175f602effa857fbd16b07cd7ed0f70f01a (diff)
Move virtual term substitution utilities to own file and document (#3278)
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 db92d2b3f..20458219e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -463,6 +463,8 @@ libcvc4_add_sources(
theory/quantifiers/cegqi/ceg_instantiator.h
theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
theory/quantifiers/cegqi/inst_strategy_cegqi.h
+ theory/quantifiers/cegqi/vts_term_cache.cpp
+ theory/quantifiers/cegqi/vts_term_cache.h
theory/quantifiers/conjecture_generator.cpp
theory/quantifiers/conjecture_generator.h
theory/quantifiers/dynamic_rewrite.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback