mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 00:13:16 +00:00
dotnet: example: copy to binary dir before build
This commit is contained in:
parent
0a6a76734a
commit
8ebde41f35
4 changed files with 23 additions and 7 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