Skip to content

Commit 195f3c9

Browse files
update build dependencies
1 parent 0c5b0c3 commit 195f3c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/mk_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ def init_project_def():
2525
add_lib('ast', ['util', 'polynomial'])
2626
add_lib('params', ['util', 'ast'])
2727
add_lib('parser_util', ['ast'], 'parsers/util')
28-
add_lib('euf', ['ast'], 'ast/euf')
2928
add_lib('grobner', ['ast', 'dd', 'simplex'], 'math/grobner')
3029
add_lib('rewriter', ['ast', 'polynomial', 'interval', 'automata', 'params'], 'ast/rewriter')
30+
add_lib('euf', ['ast', 'rewriter'], 'ast/euf')
3131
add_lib('normal_forms', ['rewriter'], 'ast/normal_forms')
3232
add_lib('macros', ['rewriter'], 'ast/macros')
3333
add_lib('model', ['macros'])

src/ast/euf/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ z3_add_component(euf
1414
COMPONENT_DEPENDENCIES
1515
ast
1616
util
17+
rewriter
1718
)

0 commit comments

Comments
 (0)