summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-11-05 17:37:37 -0600
committerGitHub <noreply@github.com>2019-11-05 17:37:37 -0600
commita9f56f4d4229c1d93fc895f62fc0291101fefc7b (patch)
tree244d039bba1522c79744096c968f99ccfdc079c1 /src/CMakeLists.txt
parent911d570a2546a6c90387500f7fa6b1dc3eb045be (diff)
Separate model object in non-linear extension (#3426)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f2ccbd765..77db3b4db 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -300,6 +300,8 @@ libcvc4_add_sources(
theory/arith/linear_equality.h
theory/arith/matrix.cpp
theory/arith/matrix.h
+ theory/arith/nl_model.cpp
+ theory/arith/nl_model.h
theory/arith/nonlinear_extension.cpp
theory/arith/nonlinear_extension.h
theory/arith/normal_form.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback