3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

Include Python API files in distributions.

This commit is contained in:
Christoph M. Wintersteiger 2016-11-07 16:16:55 +00:00
parent ef9230d8f8
commit 7f923c6a33
5 changed files with 94 additions and 10 deletions

View file

@ -94,6 +94,7 @@ def init_project_def():
add_ml_lib('ml', ['api_dll'], 'api/ml', lib_name='libz3ml')
add_hlib('cpp', 'api/c++', includes2install=['z3++.h'])
set_z3py_dir('api/python')
add_python(_libz3Component)
add_python_install(_libz3Component)
# Examples
add_cpp_example('cpp_example', 'c++')