summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ba88080b8..ecfef1c22 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_print_channel.cpp
+ proof/lfsc/lfsc_print_channel.h
proof/lfsc/lfsc_util.cpp
proof/lfsc/lfsc_util.h
proof/method_id.cpp
@@ -292,6 +294,8 @@ libcvc5_add_sources(
smt/check_models.h
smt/command.cpp
smt/command.h
+ smt/difficulty_post_processor.cpp
+ smt/difficulty_post_processor.h
smt/dump.cpp
smt/dump.h
smt/dump_manager.cpp
@@ -686,6 +690,8 @@ libcvc5_add_sources(
theory/decision_manager.h
theory/decision_strategy.cpp
theory/decision_strategy.h
+ theory/difficulty_manager.cpp
+ theory/difficulty_manager.h
theory/ee_manager.cpp
theory/ee_manager.h
theory/ee_manager_central.cpp
@@ -855,6 +861,8 @@ libcvc5_add_sources(
theory/quantifiers/quantifiers_macros.h
theory/quantifiers/quantifiers_modules.cpp
theory/quantifiers/quantifiers_modules.h
+ theory/quantifiers/quantifiers_preprocess.cpp
+ theory/quantifiers/quantifiers_preprocess.h
theory/quantifiers/quantifiers_registry.cpp
theory/quantifiers/quantifiers_registry.h
theory/quantifiers/quantifiers_rewriter.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback