summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-09-02 13:01:10 -0500
committerGitHub <noreply@github.com>2020-09-02 11:01:10 -0700
commit0ee1b1371e7cf50c14883316fdd6374114799a99 (patch)
tree0ad441bb81f4265e341322bd21d4e0a4952abbbe /src/expr/CMakeLists.txt
parent254c0391d9186221bc3b8c63687cc30a06b14f1b (diff)
(proof-new) Make term conversion proof generator optionally term-context sensitive (#4972)
This will be used by TermFormulaRemoval.
Diffstat (limited to 'src/expr/CMakeLists.txt')
-rw-r--r--src/expr/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index 8bc732314..aed7a866c 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -63,6 +63,10 @@ libcvc4_add_sources(
term_canonize.h
term_context.cpp
term_context.h
+ term_context_node.cpp
+ term_context_node.h
+ term_context_stack.cpp
+ term_context_stack.h
term_conversion_proof_generator.cpp
term_conversion_proof_generator.h
type.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback