3
0
Fork 0
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:
Yatao Li 2019-01-13 22:45:05 +08:00
parent 0a6a76734a
commit 8ebde41f35
4 changed files with 23 additions and 7 deletions

View file

@ -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()