summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-10-31 23:37:16 -0500
committerGitHub <noreply@github.com>2019-10-31 23:37:16 -0500
commiteaca3c11b3c2546f6ee0f840eae8e86c9d1d55ec (patch)
treefd9e0e7d1f070cdd04daf744a68622a816f12636 /src/CMakeLists.txt
parente5992fc62ac04a7dff4165c2e54282ac06bd7283 (diff)
Rename datatypes sygus solver (#3417)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dd2b7eaea..f2ccbd765 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -401,8 +401,8 @@ libcvc4_add_sources(
theory/care_graph.h
theory/datatypes/datatypes_rewriter.cpp
theory/datatypes/datatypes_rewriter.h
- theory/datatypes/datatypes_sygus.cpp
- theory/datatypes/datatypes_sygus.h
+ theory/datatypes/sygus_extension.cpp
+ theory/datatypes/sygus_extension.h
theory/datatypes/sygus_simple_sym.cpp
theory/datatypes/sygus_simple_sym.h
theory/datatypes/theory_datatypes.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback