mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
missing dependency for python build
This commit is contained in:
parent
845ba7a11e
commit
1cb0dbae51
3 changed files with 69 additions and 27 deletions
|
@ -29,7 +29,7 @@ def init_project_def():
|
|||
add_lib('sat', ['util', 'dd', 'grobner'])
|
||||
add_lib('nlsat', ['polynomial', 'sat'])
|
||||
add_lib('smt_params', ['ast', 'params'], 'smt/params')
|
||||
add_lib('lp', ['util', 'nlsat', 'grobner', 'interval'], 'math/lp')
|
||||
add_lib('lp', ['util', 'nlsat', 'grobner', 'interval', 'smt_params'], 'math/lp')
|
||||
add_lib('rewriter', ['ast', 'polynomial', 'automata', 'params'], 'ast/rewriter')
|
||||
add_lib('macros', ['rewriter'], 'ast/macros')
|
||||
add_lib('normal_forms', ['rewriter'], 'ast/normal_forms')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue