summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-07-14 15:42:40 -0500
committerGitHub <noreply@github.com>2021-07-14 17:42:40 -0300
commita7d01e2f8f0e2ff5d2af30aa6b97e5e16758997e (patch)
tree80c4a25c7fe3efaf8dc5adedde611a83ec0130bb /src/CMakeLists.txt
parent704127085e5ba2deb19e41337908a340e1b191dd (diff)
Move synthesis verification check to own file (#6882)
In preparation for more extensions to this aspect of the synthesis solver.
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 bc0a922d2..e001dd462 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -915,6 +915,8 @@ libcvc5_add_sources(
theory/quantifiers/sygus/synth_conjecture.h
theory/quantifiers/sygus/synth_engine.cpp
theory/quantifiers/sygus/synth_engine.h
+ theory/quantifiers/sygus/synth_verify.cpp
+ theory/quantifiers/sygus/synth_verify.h
theory/quantifiers/sygus/template_infer.cpp
theory/quantifiers/sygus/template_infer.h
theory/quantifiers/sygus/term_database_sygus.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback