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

Migrating to cmake. It builds both internal or external libz3.

This commit is contained in:
Weng Shiwei 2024-06-16 20:07:49 -04:00
parent c998cf2cdb
commit e8c1947168
No known key found for this signature in database
GPG key ID: CFB31B6A2D733ADB
2 changed files with 127 additions and 283 deletions

View file

@ -30,6 +30,7 @@
# OCAML_${pkg}_VERSION
include( FindPackageHandleStandardArgs )
include(AddOCaml)
find_program(OCAMLFIND
NAMES ocamlfind)