3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 22:05:36 +00:00
z3/src
Dan Liew c9e3332019 Teach the CMake build system to generate the module exports
file ``api_dll.def`` and append the necessary flag to the linker
when using MSVC. The MSVC build with CMake now succeeds and both
the ``c_example`` and ``cpp_example`` work :)
2016-03-04 15:26:09 +00:00
..
ackermannization Implement a CMake build system. 2016-03-04 15:26:09 +00:00
api Move where the Z3 API header files to be scanned by the Python scripts 2016-03-04 15:26:09 +00:00
ast Only CMake >= 3.2 supports the `USES_TERMINAL` argument to 2016-03-04 15:26:09 +00:00
cmd_context Implement a CMake build system. 2016-03-04 15:26:09 +00:00
duality Implement a CMake build system. 2016-03-04 15:26:09 +00:00
interp Implement a CMake build system. 2016-03-04 15:26:09 +00:00
math Implement a CMake build system. 2016-03-04 15:26:09 +00:00
model Implement a CMake build system. 2016-03-04 15:26:09 +00:00
muz Implement a CMake build system. 2016-03-04 15:26:09 +00:00
nlsat Implement a CMake build system. 2016-03-04 15:26:09 +00:00
opt Implement a CMake build system. 2016-03-04 15:26:09 +00:00
parsers Implement a CMake build system. 2016-03-04 15:26:09 +00:00
qe Implement a CMake build system. 2016-03-04 15:26:09 +00:00
sat Implement a CMake build system. 2016-03-04 15:26:09 +00:00
shell Don't append ${OpenMP_CXX_FLAGS} to Z3_DEPENDENT_LIBS. This is wrong 2016-03-04 15:26:09 +00:00
smt Implement a CMake build system. 2016-03-04 15:26:09 +00:00
solver Implement a CMake build system. 2016-03-04 15:26:09 +00:00
tactic Implement a CMake build system. 2016-03-04 15:26:09 +00:00
test Don't append ${OpenMP_CXX_FLAGS} to Z3_DEPENDENT_LIBS. This is wrong 2016-03-04 15:26:09 +00:00
util Implement a CMake build system. 2016-03-04 15:26:09 +00:00
CMakeLists.txt Teach the CMake build system to generate the module exports 2016-03-04 15:26:09 +00:00