summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-20 09:25:24 -0500
committerGitHub <noreply@github.com>2020-03-20 09:25:24 -0500
commit74a31b92b0d7bd83777fa1650b5c21ed968fb887 (patch)
tree11e50dc2f6e6e5b6172d55494c625f53e917e5d8 /src/CMakeLists.txt
parent4190e79f22015de75a0c33ddda89d6b7ac2fd5c3 (diff)
Refactor enumerator for strings (#4014)
Towards theory of sequences. This separates out a virtual base class and utility class for the strings enumerator, which will be extended for sequences later.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dfdfb0a47..7e31d1494 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -694,6 +694,7 @@ libcvc4_add_sources(
theory/strings/theory_strings_type_rules.h
theory/strings/theory_strings_utils.cpp
theory/strings/theory_strings_utils.h
+ theory/strings/type_enumerator.cpp
theory/strings/type_enumerator.h
theory/strings/word.cpp
theory/strings/word.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback