summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-16 15:58:50 -0500
committerGitHub <noreply@github.com>2019-09-16 15:58:50 -0500
commit57301bf1db0febc6bf5b205c0ecbb2e249601bd0 (patch)
treebdf51ed3d0965968ab07b87a42e4ab6b2c627d87 /src/CMakeLists.txt
parent558baff63737f1441776ea69b893754ea02f680b (diff)
Sygus type info class (#3187)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 20458219e..d062e99c0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -595,6 +595,10 @@ libcvc4_add_sources(
theory/quantifiers/sygus/synth_engine.h
theory/quantifiers/sygus/term_database_sygus.cpp
theory/quantifiers/sygus/term_database_sygus.h
+ theory/quantifiers/sygus/type_info.cpp
+ theory/quantifiers/sygus/type_info.h
+ theory/quantifiers/sygus/type_node_id_trie.cpp
+ theory/quantifiers/sygus/type_node_id_trie.h
theory/quantifiers/sygus/transition_inference.cpp
theory/quantifiers/sygus/transition_inference.h
theory/quantifiers/sygus_sampler.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback