mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
dotnet: move example project build to cmake
This commit is contained in:
parent
55f92f3658
commit
5e79dba3d6
3 changed files with 7 additions and 3 deletions
|
@ -88,8 +88,8 @@ if [ "X${PYTHON_BINDINGS}" = "X1" ]; then
|
|||
fi
|
||||
|
||||
if [ "X${DOTNET_BINDINGS}" = "X1" ]; then
|
||||
# Build & Run .NET example
|
||||
run_quiet run_non_native_binding dotnet run -p ${Z3_SRC_DIR}/examples/dotnet/dotnet.csproj
|
||||
# Run .NET example
|
||||
run_quiet run_non_native_binding dotnet ${Z3_BUILD_DIR}/dotnet/netcoreapp2.0/dotnet.dll
|
||||
fi
|
||||
|
||||
if [ "X${JAVA_BINDINGS}" = "X1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue