mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +00:00
integrating additional changes from @yatli pull request #1815
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
37d9e6d811
commit
cabe0ee447
9 changed files with 148 additions and 458 deletions
|
@ -112,3 +112,10 @@ set_target_properties(z3_tptp5 PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
|||
if (BUILD_PYTHON_BINDINGS)
|
||||
add_subdirectory(python)
|
||||
endif()
|
||||
|
||||
################################################################################
|
||||
# Build dotnet examples
|
||||
################################################################################
|
||||
#if (BUILD_DOTNET_BINDINGS)
|
||||
# add_subdirectory(dotnet)
|
||||
#endif()
|
Loading…
Add table
Add a link
Reference in a new issue