mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
...
This commit is contained in:
parent
aae28bd0eb
commit
461c32e11e
|
@ -88,9 +88,6 @@ if [ "X${PYTHON_BINDINGS}" = "X1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "X${DOTNET_BINDINGS}" = "X1" ]; then
|
if [ "X${DOTNET_BINDINGS}" = "X1" ]; then
|
||||||
# Build .NET example
|
|
||||||
# FIXME: Move compliation step into CMake target
|
|
||||||
mcs ${Z3_SRC_DIR}/examples/dotnet/Program.cs /target:exe /out:dotnet_test.exe /reference:Microsoft.Z3.dll /r:System.Numerics.dll
|
|
||||||
# Build & Run .NET example
|
# Build & Run .NET example
|
||||||
run_quiet run_non_native_binding dotnet run -p ${Z3_SRC_DIR}/examples/dotnet/dotnet.csproj
|
run_quiet run_non_native_binding dotnet run -p ${Z3_SRC_DIR}/examples/dotnet/dotnet.csproj
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue