3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00
z3/contrib/cmake/cmake
Dan Liew 6e07d6dd2d [CMake] Override CMake's default flags for GCC/Clang as we were doing
before 4cc2b292c0.

It's useful to be able to control the defaults and CMake's internal
logic for GCC/Clang is simple enough that doing this makes sense.

It would be nice to do the same for MSVC but CMake's internal
logic is more complicated so for now it's better that we just use
CMake's default.
2017-04-29 17:45:02 +01:00
..
modules [CMake] Implement support for building the .NET bindings. 2016-03-27 15:04:04 +01:00
cmake_uninstall.cmake.in Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
compiler_lto.cmake [CMake] Add support for link time optimization (LTO). 2017-04-29 16:22:46 +01:00
compiler_warnings.cmake [CMake] When building with MSVC and without WARNINGS_AS_ERRORS 2017-04-29 16:22:46 +01:00
cxx_compiler_flags_overrides.cmake [CMake] Override CMake's default flags for GCC/Clang as we were doing 2017-04-29 17:45:02 +01:00
git_utils.cmake [CMake] Support including Git hash and description into the build. 2017-03-12 22:11:59 +00:00
msvc_legacy_quirks.cmake [CMake] Duplicate the remaining linker flags from the old build system. 2017-04-29 16:22:46 +01:00
target_arch_detect.cmake Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
target_arch_detect.cpp Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
z3_add_component.cmake [CMake] Refactor the dependency on `scripts/mk_util.py` into 2016-03-09 11:22:48 +00:00
z3_add_cxx_flag.cmake [CMake] Teach build system to pass /fp:precise to compiler when 2017-04-29 16:22:46 +01:00
z3_append_linker_flag_list_to_target.cmake Fix how the list of linker flags `Z3_DEPENDENT_EXTRA_CXX_LINK_FLAGS` 2016-03-04 15:26:09 +00:00
Z3Config.cmake.in [CMake] Implement generation of Z3Config.cmake and Z3Target.cmake 2017-03-13 11:53:27 +00:00