3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-29 15:37:58 +00:00

add main remaining updates from #1815

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-01-20 12:43:05 -08:00
parent 5cdbb1f7be
commit 785fe2f6f7
7 changed files with 76 additions and 158 deletions

View file

@ -116,6 +116,6 @@ endif()
################################################################################
# Build dotnet examples
################################################################################
#if (BUILD_DOTNET_BINDINGS)
# add_subdirectory(dotnet)
#endif()
if (BUILD_DOTNET_BINDINGS)
add_subdirectory(dotnet)
endif()