summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-03-24 14:26:25 -0500
committerGitHub <noreply@github.com>2019-03-24 14:26:25 -0500
commitb596df5c4d0745cc8d290d1a7715bbbece015d3c (patch)
tree4d07575a77da36bb4198fe3ff319d9cb892255f9 /src/CMakeLists.txt
parenta7ddfff7c1d042907f94fc72b4437c14294a4f67 (diff)
Split regular expression solver (#2891)
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 244845fda..460c6c14d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -629,6 +629,8 @@ libcvc4_add_sources(
theory/strings/regexp_elim.h
theory/strings/regexp_operation.cpp
theory/strings/regexp_operation.h
+ theory/strings/regexp_solver.cpp
+ theory/strings/regexp_solver.h
theory/strings/skolem_cache.cpp
theory/strings/skolem_cache.h
theory/strings/theory_strings.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback