summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-07 23:16:12 -0600
committerGitHub <noreply@github.com>2020-02-07 23:16:12 -0600
commit3f9b6b57255d38fa9bee6b66dae3b8932703135a (patch)
tree8bc5a9a51b60d6e13633342b9dc3593a3d4b376a /src/CMakeLists.txt
parentc9a7ca1f06080b7522ba582bdb99ba9077509209 (diff)
Split strings finite model finding strategy (#3727)
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 5bb239bd5..81328831a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -690,6 +690,8 @@ libcvc4_add_sources(
theory/strings/skolem_cache.h
theory/strings/solver_state.cpp
theory/strings/solver_state.h
+ theory/strings/strings_fmf.cpp
+ theory/strings/strings_fmf.h
theory/strings/theory_strings.cpp
theory/strings/theory_strings.h
theory/strings/theory_strings_preprocess.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback