summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-10-29 19:42:50 -0500
committerAhmed Irfan <43099566+ahmed-irfan@users.noreply.github.com>2019-10-29 17:42:50 -0700
commit8dda9531995953c3cec094339002f2ee7cadae08 (patch)
treea3c4b194878133a1c46de15c15c6d4e420fe6bad /src/CMakeLists.txt
parentd6a8803054c0c5731a6c4111d8d00c18e2953032 (diff)
Split some generic utilities from the non-linear extension (#3419)
* Split arith util * Cleaner * cpp * Format * Minor
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 b6b4acffb..dd2b7eaea 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -268,6 +268,7 @@ libcvc4_add_sources(
theory/arith/arith_rewriter.h
theory/arith/arith_static_learner.cpp
theory/arith/arith_static_learner.h
+ theory/arith/arith_utilities.cpp
theory/arith/arith_utilities.h
theory/arith/arithvar.cpp
theory/arith/arithvar.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback