3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-22 20:32:05 +00:00

dotnet example

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-28 10:48:11 -07:00
parent be97785253
commit 93fbfd5f94
6 changed files with 46 additions and 12 deletions

View file

@ -75,6 +75,7 @@ add_hlib('cpp', 'bindings/c++', includes2install=['z3++.h'])
set_z3py_dir('bindings/python')
# Examples
add_cpp_example('cpp_example', 'c++')
add_dotnet_example('dotnet_example', 'dotnet')
update_version(4, 2, 0, 0)
mk_auto_src()