summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-20 20:15:43 -0700
committerGitHub <noreply@github.com>2021-04-21 03:15:43 +0000
commita364163505e91b5d5fcecc8af4c7ad75c50e29a2 (patch)
tree940864fd4b75481a32d7b6510d3409c5e5cd5f61 /src/CMakeLists.txt
parent4e9cef3063ca0155d4d97714d288ab7d88df5c30 (diff)
Arrays: Move implementation of type rules to cpp. (#6407)
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 82c556559..cfb12ec0b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -450,6 +450,7 @@ libcvc4_add_sources(
theory/arrays/theory_arrays.h
theory/arrays/theory_arrays_rewriter.cpp
theory/arrays/theory_arrays_rewriter.h
+ theory/arrays/theory_arrays_type_rules.cpp
theory/arrays/theory_arrays_type_rules.h
theory/arrays/type_enumerator.h
theory/arrays/union_find.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback