3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00
z3/contrib/cmake/src
Dan Liew 29901e79e1 Fix how the list of linker flags `Z3_DEPENDENT_EXTRA_CXX_LINK_FLAGS`
is applied to targets. The ``LINK_FLAGS`` property of a target is
a string and not a list and so if ``Z3_DEPENDENT_EXTRA_CXX_LINK_FLAGS``
contained more than one flag the linker line would end up being
``-flag1;flag2;flag3;...`` which would not work. Now we use a new
function ``z3_append_linker_flag_list_to_target()`` to iterate through
the list and update the ``LINK_FLAGS`` property of the specified target
correctly.
2016-03-04 15:26:09 +00:00
..
ackermannization Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
api Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
ast Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
cmd_context Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
duality Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
interp Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
math Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
model Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
muz Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
nlsat Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
opt Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
parsers Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
qe Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
sat Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
shell Fix how the list of linker flags `Z3_DEPENDENT_EXTRA_CXX_LINK_FLAGS` 2016-03-04 15:26:09 +00:00
smt Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
solver Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
tactic Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
test Fix how the list of linker flags `Z3_DEPENDENT_EXTRA_CXX_LINK_FLAGS` 2016-03-04 15:26:09 +00:00
util Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
CMakeLists.txt Fix how the list of linker flags `Z3_DEPENDENT_EXTRA_CXX_LINK_FLAGS` 2016-03-04 15:26:09 +00:00