mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
The code should refrain from using global parameters such as CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR, especially here which is handling the case of Z3 being a submodule. Instead, use project specific variables like Z3_SOURCE_DIR so that people can incorporate z3 build as part of their build-system. |
||
---|---|---|
.. | ||
modules | ||
cmake_uninstall.cmake.in | ||
compiler_lto.cmake | ||
compiler_warnings.cmake | ||
cxx_compiler_flags_overrides.cmake | ||
git_utils.cmake | ||
msvc_legacy_quirks.cmake | ||
target_arch_detect.cmake | ||
target_arch_detect.cpp | ||
z3_add_component.cmake | ||
z3_add_cxx_flag.cmake | ||
z3_append_linker_flag_list_to_target.cmake | ||
Z3Config.cmake.in |