3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

fix the test build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-03 10:06:35 -07:00
parent f4e7002ea3
commit 6f40ee2f94
2 changed files with 15 additions and 14 deletions

View file

@ -124,6 +124,7 @@ add_executable(test-z3
var_subst.cpp
vector.cpp
lp/lp.cpp
lp/nla_solver_test.cpp
${z3_test_extra_object_files}
)
z3_add_install_tactic_rule(${z3_test_deps})