summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dec5a7f16..5284aa12c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -298,10 +298,16 @@ libcvc4_add_sources(
theory/arith/linear_equality.h
theory/arith/matrix.cpp
theory/arith/matrix.h
+ theory/arith/nl_constraint.cpp
+ theory/arith/nl_constraint.h
theory/arith/nl_lemma_utils.cpp
theory/arith/nl_lemma_utils.h
theory/arith/nl_model.cpp
theory/arith/nl_model.h
+ theory/arith/nl_monomial.cpp
+ theory/arith/nl_monomial.h
+ theory/arith/nl_solver.cpp
+ theory/arith/nl_solver.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