summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-09-22 10:08:34 -0700
committerGitHub <noreply@github.com>2021-09-22 17:08:34 +0000
commitfc42f53145e403216b2a5cf91cc437de7456a0f6 (patch)
tree41a06c3d3ac9b4ea01d01d716ffe5310a00ab686 /src/CMakeLists.txt
parentb849961a85b61a29b13f8f58aa8ed7fff3c902a4 (diff)
arrays: Move type enumerator implementation to .cpp. (#7216)
This further cleans up the class declaration in the header to comply with code style guidelines.
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 5dbaa3349..9b2e2e8e2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -543,6 +543,7 @@ libcvc5_add_sources(
theory/arrays/theory_arrays_type_rules.cpp
theory/arrays/theory_arrays_type_rules.h
theory/arrays/type_enumerator.h
+ theory/arrays/type_enumerator.cpp
theory/arrays/union_find.cpp
theory/arrays/union_find.h
theory/assertion.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback