summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-10 16:52:46 -0500
committerGitHub <noreply@github.com>2020-06-10 14:52:46 -0700
commit356647c4b7eb2420f6c6b350f0622bb4c863b0a5 (patch)
tree88f88d0c0cc573bcee6fa94732a70abc0d33657d /src/CMakeLists.txt
parent2da2646dd65e0458311a2dccfb04850c0b7d9e3c (diff)
(proof-new) Theory proof step buffer utility (#4580)
This is a common class for adding steps for theory-specific proof rules into a ProofStepBuffer.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1820fbb5d..0ed3934a7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -643,7 +643,6 @@ libcvc4_add_sources(
theory/rewriter.h
theory/rewriter_attributes.h
theory/sep/theory_sep.cpp
- theory/theory_rewriter.h
theory/sep/theory_sep.h
theory/sep/theory_sep_rewriter.cpp
theory/sep/theory_sep_rewriter.h
@@ -744,6 +743,9 @@ libcvc4_add_sources(
theory/theory_model.h
theory/theory_model_builder.cpp
theory/theory_model_builder.h
+ theory/theory_proof_step_buffer.cpp
+ theory/theory_proof_step_buffer.h
+ theory/theory_rewriter.h
theory/theory_registrar.h
theory/theory_test_utils.h
theory/trust_node.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback