summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dd944f929..632adae1e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -694,10 +694,10 @@ libcvc4_add_sources(
theory/quantifiers/inst_match_trie.h
theory/quantifiers/inst_strategy_enumerative.cpp
theory/quantifiers/inst_strategy_enumerative.h
- theory/quantifiers/sygus_inst.cpp
- theory/quantifiers/sygus_inst.h
theory/quantifiers/instantiate.cpp
theory/quantifiers/instantiate.h
+ theory/quantifiers/instantiation_list.cpp
+ theory/quantifiers/instantiation_list.h
theory/quantifiers/lazy_trie.cpp
theory/quantifiers/lazy_trie.h
theory/quantifiers/proof_checker.cpp
@@ -808,6 +808,8 @@ libcvc4_add_sources(
theory/quantifiers/sygus/type_node_id_trie.h
theory/quantifiers/sygus/transition_inference.cpp
theory/quantifiers/sygus/transition_inference.h
+ theory/quantifiers/sygus_inst.cpp
+ theory/quantifiers/sygus_inst.h
theory/quantifiers/sygus_sampler.cpp
theory/quantifiers/sygus_sampler.h
theory/quantifiers/term_database.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback