3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

Update setup.py to use cmake build system (#5128)

This commit is contained in:
Zachary Wimer 2021-03-28 14:17:33 -07:00 committed by GitHub
parent 0c25d2560d
commit 531a828c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 18 deletions

View file

@ -1,4 +1,7 @@
include core/LICENSE.txt
include core/z3.pc.cmake.in
recursive-include core CMakeLists.txt
recursive-include core *.cmake
recursive-include core/src *
recursive-include core/cmake *
recursive-include core/scripts *
recursive-include core/examples *