mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
add deps
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7d65100330
commit
f090abce9f
|
@ -36,6 +36,7 @@ endforeach()
|
|||
# that has not yet been declared.
|
||||
add_subdirectory(util)
|
||||
add_subdirectory(math/polynomial)
|
||||
add_subdirectory(math/dd)
|
||||
add_subdirectory(sat)
|
||||
add_subdirectory(nlsat)
|
||||
add_subdirectory(util/lp)
|
||||
|
@ -54,7 +55,6 @@ add_subdirectory(ast/substitution)
|
|||
add_subdirectory(parsers/util)
|
||||
add_subdirectory(math/grobner)
|
||||
add_subdirectory(math/euclid)
|
||||
add_subdirectory(math/dd)
|
||||
add_subdirectory(tactic/core)
|
||||
add_subdirectory(math/subpaving/tactic)
|
||||
add_subdirectory(tactic/aig)
|
||||
|
|
|
@ -30,6 +30,7 @@ z3_add_component(sat
|
|||
sat_watched.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
dd
|
||||
PYG_FILES
|
||||
sat_asymm_branch_params.pyg
|
||||
sat_params.pyg
|
||||
|
|
Loading…
Reference in a new issue