mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
C examples
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9dbd0831c4
commit
7f0fcefbe2
13 changed files with 52 additions and 822 deletions
|
@ -75,6 +75,8 @@ add_hlib('cpp', 'bindings/c++', includes2install=['z3++.h'])
|
|||
set_z3py_dir('bindings/python')
|
||||
# Examples
|
||||
add_cpp_example('cpp_example', 'c++')
|
||||
add_c_example('c_example', 'c')
|
||||
add_c_example('maxsat')
|
||||
add_dotnet_example('dotnet_example', 'dotnet')
|
||||
|
||||
update_version(4, 2, 0, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue