summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-05-23 07:13:42 -0500
committerGitHub <noreply@github.com>2020-05-23 07:13:42 -0500
commit7e81d459952dc80811df83d0ac86fb7342b58000 (patch)
tree204dbb0f38336b54df852ef5e2442dc8fdc9219c /src/expr/CMakeLists.txt
parent257269ea94674bf40fe87325e3677532186a3de2 (diff)
Add the sequence datatype (#4153)
This class is the Node-level representation of a sequence. It is analogous to CVC4::String.
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 55b2c9baa..f2a4377d0 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -69,6 +69,8 @@ libcvc4_add_sources(
dtype_selector.cpp
record.cpp
record.h
+ sequence.cpp
+ sequence.h
sygus_datatype.cpp
sygus_datatype.h
uninterpreted_constant.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback