summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-09-02 17:32:49 -0500
committerGitHub <noreply@github.com>2021-09-02 22:32:49 +0000
commitbc008131991c13bb635c9351942e1ef3f7e6f49b (patch)
tree9c6612afecaa54dd46d9c5e7b7fcffc80cbc40ac /src/CMakeLists.txt
parente2994ed485c941c669787ce38876e2478dba28d0 (diff)
Add LFSC node converter (#6944)
This utility converts from terms used in the internal calculus to terms that capture how they should be printed in LFSC.
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 001a8bbc7..a25d287a9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -178,6 +178,8 @@ libcvc5_add_sources(
proof/lazy_proof_chain.h
proof/lazy_tree_proof_generator.cpp
proof/lazy_tree_proof_generator.h
+ proof/lfsc/lfsc_node_converter.cpp
+ proof/lfsc/lfsc_node_converter.h
proof/lfsc/lfsc_util.cpp
proof/lfsc/lfsc_util.h
proof/method_id.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback