3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

fix cmake build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-29 09:22:04 -07:00
parent 60f8884dbd
commit 4e6476c90a
2 changed files with 8 additions and 7 deletions

View file

@ -11,5 +11,6 @@ z3_add_component(sat_smt
sat
ast
euf
smt_params
)