summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-23 14:44:14 -0500
committerGitHub <noreply@github.com>2019-08-23 14:44:14 -0500
commitc11154240248592b5446f1de4743d78ed2fb97bd (patch)
tree6ed1ce6889f64c648137d3818b8dbc00db980e30 /src/CMakeLists.txt
parent9ddb42136e0a63495d232226cd8dfd0134e54fa6 (diff)
Document transition inference utility (#3207)
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 16feace50..c75e5576f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -591,6 +591,8 @@ 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/transition_inference.cpp
+ theory/quantifiers/sygus/transition_inference.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