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:
parent
ef9230d8f8
commit
7f923c6a33
5 changed files with 94 additions and 10 deletions
|
@ -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++')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue