mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
Add option 'MSVC_STATIC' (#6358)
* Add option 'MSVC_STATIC' * Update CMakeLists.txt * Update CMakeLists.txt * Upload msvc-static-build.yml
This commit is contained in:
parent
00cf5ed4c7
commit
b0d0c36b11
3 changed files with 42 additions and 0 deletions
|
@ -304,6 +304,7 @@ endif()
|
|||
# Option to control what type of library we build
|
||||
################################################################################
|
||||
option(Z3_BUILD_LIBZ3_SHARED "Build libz3 as a shared library if true, otherwise build a static library" ON)
|
||||
option(Z3_BUILD_LIBZ3_MSVC_STATIC "Build libz3 as a statically-linked runtime library" OFF)
|
||||
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue