summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-09-08 08:39:31 -0500
committerGitHub <noreply@github.com>2021-09-08 13:39:31 +0000
commit46c7d9d919c40962ec0c538754dac5a975eedb25 (patch)
treeba323853a20f2b6f182f730eb78dbe4a4220d124 /src/CMakeLists.txt
parenta626fcac4c3fb53b458e33a20225b9ef4ecda015 (diff)
Add LFSC side condition conversion utility for list variables (#7131)
Required for automatic generation of side conditions from DSL rewrite rules.
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 a25d287a9..ba88080b8 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_list_sc_node_converter.cpp
+ proof/lfsc/lfsc_list_sc_node_converter.h
proof/lfsc/lfsc_node_converter.cpp
proof/lfsc/lfsc_node_converter.h
proof/lfsc/lfsc_util.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback