summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-01 18:34:21 -0500
committerGitHub <noreply@github.com>2020-06-01 18:34:21 -0500
commitb826fc8ae95fc13c4e2be45e39961199392a4dda (patch)
tree39b45cb5e10cfd7b957e13bb3894a5ce80647f3e /src/expr/CMakeLists.txt
parent4ac66d3aee2a0571c169e4ce2d6049ea311462ce (diff)
(proof-new) Proof step buffer utilities (#4533)
This class is used for delaying proof node creation until it is necessary.
Diffstat (limited to 'src/expr/CMakeLists.txt')
-rw-r--r--src/expr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index 413041213..3d41b7a72 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -51,6 +51,8 @@ libcvc4_add_sources(
proof_rule.h
proof_skolem_cache.cpp
proof_skolem_cache.h
+ proof_step_buffer.cpp
+ proof_step_buffer.h
symbol_table.cpp
symbol_table.h
term_canonize.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback