summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-21 15:57:49 -0700
committerGitHub <noreply@github.com>2021-04-21 22:57:49 +0000
commit90cde45ee963b994054f96f97111684cce808d82 (patch)
tree220c3251cd03cd47f542a5a0040ff8f0ef8a6667 /src/CMakeLists.txt
parent5450ab256acb51664467e7350cca5284ffe04319 (diff)
Arithmetic: Move implementation of type rules to cpp. (#6419)
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 052e65adb..7d7aca8e8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -436,6 +436,7 @@ libcvc5_add_sources(
theory/arith/theory_arith.h
theory/arith/theory_arith_private.cpp
theory/arith/theory_arith_private.h
+ theory/arith/theory_arith_type_rules.cpp
theory/arith/theory_arith_type_rules.h
theory/arith/type_enumerator.h
theory/arrays/array_info.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback