summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-04-23 13:40:27 -0500
committerGitHub <noreply@github.com>2019-04-23 13:40:27 -0500
commit53cade050e191c7c0dc0ebfae716a21162bd9b22 (patch)
tree99ce8fa8224660143a6afb79e65362dc5f469c9a /src/CMakeLists.txt
parentd43f7760866a1a26769dfdebdffebdaf35309f9c (diff)
Refactor normal forms in strings (#2897)
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 372888d36..cff31dbcd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -625,6 +625,8 @@ libcvc4_add_sources(
theory/shared_terms_database.h
theory/sort_inference.cpp
theory/sort_inference.h
+ theory/strings/normal_form.cpp
+ theory/strings/normal_form.h
theory/strings/regexp_elim.cpp
theory/strings/regexp_elim.h
theory/strings/regexp_operation.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback