mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
add main remaining updates from #1815
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5cdbb1f7be
commit
785fe2f6f7
7 changed files with 76 additions and 158 deletions
|
@ -116,6 +116,6 @@ endif()
|
|||
################################################################################
|
||||
# Build dotnet examples
|
||||
################################################################################
|
||||
#if (BUILD_DOTNET_BINDINGS)
|
||||
# add_subdirectory(dotnet)
|
||||
#endif()
|
||||
if (BUILD_DOTNET_BINDINGS)
|
||||
add_subdirectory(dotnet)
|
||||
endif()
|
|
@ -1,7 +1,6 @@
|
|||
Small example using the .Net bindings.
|
||||
This example is only built if you have Visual Studio.
|
||||
To build the example execute
|
||||
make examples
|
||||
in the build directory.
|
||||
|
||||
It will create the executable dotnet_example.exe
|
||||
It will create a .net core 2.0 app.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue