3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

add missing dependencies

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-22 12:06:30 -08:00
parent 5f451182f7
commit 7adb402a3f
2 changed files with 2 additions and 1 deletions

View file

@ -5,4 +5,5 @@ z3_add_component(ast_sls
COMPONENT_DEPENDENCIES
ast
converters
normal_forms
)