summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-11-15 16:11:34 -0600
committerGitHub <noreply@github.com>2019-11-15 16:11:34 -0600
commit5482ab60880e4611354354d863367411a99d540c (patch)
treeb284e08e9ee45e009d6952d90964b80944d6296a /src/expr/CMakeLists.txt
parent7d43fe797c2ec03b76dd55cdb5485fb62d0dfb3a (diff)
Introduce SyGuS datatype API (#3465)
Diffstat (limited to 'src/expr/CMakeLists.txt')
-rw-r--r--src/expr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index 479b28cfb..0c1044e74 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -48,6 +48,8 @@ libcvc4_add_sources(
datatype.cpp
record.cpp
record.h
+ sygus_datatype.cpp
+ sygus_datatype.h
uninterpreted_constant.cpp
uninterpreted_constant.h
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback