mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
...
This commit is contained in:
parent
aae28bd0eb
commit
461c32e11e
|
@ -88,9 +88,6 @@ if [ "X${PYTHON_BINDINGS}" = "X1" ]; then
|
|||
fi
|
||||
|
||||
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
|
||||
run_quiet run_non_native_binding dotnet run -p ${Z3_SRC_DIR}/examples/dotnet/dotnet.csproj
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue