summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-09-20 13:02:59 -0500
committerGitHub <noreply@github.com>2021-09-20 18:02:59 +0000
commit44832e870dcf44c4710411331f9ce21e7f0dc64f (patch)
treef0fb7ca2335a6025c27bd74387af189aa7905f63 /src/CMakeLists.txt
parentda544fa7acb94fd3602774ed55c7c819b946f785 (diff)
Add the LFSC proof post-processor (#7134)
Includes the necessary conversions to LFSC for the core rules of the internal calculus.
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 abc2d7219..d6fbfba37 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -182,6 +182,8 @@ libcvc5_add_sources(
proof/lfsc/lfsc_list_sc_node_converter.h
proof/lfsc/lfsc_node_converter.cpp
proof/lfsc/lfsc_node_converter.h
+ proof/lfsc/lfsc_post_processor.cpp
+ proof/lfsc/lfsc_post_processor.h
proof/lfsc/lfsc_print_channel.cpp
proof/lfsc/lfsc_print_channel.h
proof/lfsc/lfsc_util.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback