summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-07-15 21:40:01 -0300
committerGitHub <noreply@github.com>2020-07-15 21:40:01 -0300
commit699af1774b7ddae0b1a8337cb4cd02532a6ad8b0 (patch)
tree34eb776155ece4e534aa8279857185bb0a4f80c7 /src/CMakeLists.txt
parent3b87ce3ab67fd463a733ad11402e32f94eb1017e (diff)
(proof-new) Adding API for converting EqProof into ProofNode (#4747)
Also puts EqProof into its own module. Next will come the implementation of the API.
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 28d943ced..a19580c00 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -785,6 +785,8 @@ libcvc4_add_sources(
theory/uf/equality_engine.cpp
theory/uf/equality_engine.h
theory/uf/equality_engine_types.h
+ theory/uf/eq_proof.cpp
+ theory/uf/eq_proof.h
theory/uf/proof_checker.cpp
theory/uf/proof_checker.h
theory/uf/ho_extension.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback