summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-12 16:09:43 -0700
committerGitHub <noreply@github.com>2021-04-12 23:09:43 +0000
commit52b6d736220f8574b249c0dafc875a8942fbdaea (patch)
treee59c7e0dae62dd7978ac595e2106415722c1c260 /src/CMakeLists.txt
parent76f495646c0e3a95f2474c5d746bc61ece18f89f (diff)
Strings: Move implementation of type rules from header to .cpp file. (#6334)
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 fabff516f..c33110cc3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -995,6 +995,7 @@ libcvc4_add_sources(
theory/strings/theory_strings.h
theory/strings/theory_strings_preprocess.cpp
theory/strings/theory_strings_preprocess.h
+ theory/strings/theory_strings_type_rules.cpp
theory/strings/theory_strings_type_rules.h
theory/strings/theory_strings_utils.cpp
theory/strings/theory_strings_utils.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback