mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
Reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8a6997960a
commit
c66b9ab615
39 changed files with 1 additions and 1 deletions
|
@ -158,4 +158,5 @@ def add_lib(name, deps):
|
|||
|
||||
add_lib('util', [])
|
||||
add_lib('polynomial', ['util'])
|
||||
add_lib('sat', ['util'])
|
||||
add_lib('ast', ['util', 'polynomial'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue