summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDiego Della Rocca de Camargos <diegodellarocc@gmail.com>2021-03-14 11:55:55 -0300
committerGitHub <noreply@github.com>2021-03-14 11:55:55 -0300
commit5fccede7df78196c6153300d956236ac28daa8f9 (patch)
tree0ff97674a5677384f87941bea19ce1af45001e68 /src/CMakeLists.txt
parent5074aeb52163135386c71e802ebc9f97fb5c9013 (diff)
[proof-new] Adding a dot printer for proof nodes (#6144)
Adds a dot printer for proof nodes. Also adds an option to choose the proof format (as a mode). Signed-off-by: Diego Della Rocca de Camargos <diegodellarocc@gmail.com>
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 005911ca8..e65e06da3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -140,6 +140,8 @@ libcvc4_add_sources(
proof/clause_id.h
proof/cnf_proof.cpp
proof/cnf_proof.h
+ proof/dot/dot_printer.cpp
+ proof/dot/dot_printer.h
proof/proof_manager.cpp
proof/proof_manager.h
proof/sat_proof.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback