summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-08 16:18:21 -0500
committerGitHub <noreply@github.com>2020-06-08 16:18:21 -0500
commitc56b38ed806e524614da8500ac435364249f4215 (patch)
tree7db116f2dd4697eebfed2908f4da033693192ffb /src/expr/CMakeLists.txt
parent9dcec275dd58b97c4e484ea8a7978fdf7ea88453 (diff)
(proof-new) Add abstract proof generator class (#4574)
Also adds a commonly used proof generator: the proof reference proof generator.
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 6415e2132..2e02586ce 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -41,6 +41,8 @@ libcvc4_add_sources(
proof.h
proof_checker.cpp
proof_checker.h
+ proof_generator.cpp
+ proof_generator.h
proof_node.cpp
proof_node.h
proof_node_to_sexpr.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback