mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
add missing dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c387b20ac6
commit
b665c99d06
4 changed files with 4 additions and 5 deletions
|
@ -20,10 +20,10 @@ def init_project_def():
|
|||
add_lib('simplex', ['util'], 'math/simplex')
|
||||
add_lib('hilbert', ['util'], 'math/hilbert')
|
||||
add_lib('automata', ['util'], 'math/automata')
|
||||
add_lib('params', ['util'])
|
||||
add_lib('realclosure', ['interval'], 'math/realclosure')
|
||||
add_lib('subpaving', ['interval'], 'math/subpaving')
|
||||
add_lib('ast', ['util', 'polynomial'])
|
||||
add_lib('params', ['util', 'ast'])
|
||||
add_lib('parser_util', ['ast'], 'parsers/util')
|
||||
add_lib('euf', ['ast'], 'ast/euf')
|
||||
add_lib('grobner', ['ast', 'dd', 'simplex'], 'math/grobner')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue