]> source.dussan.org Git - tigervnc.git/commit
Put quotes around entire static link variables
authorPierre Ossman <ossman@cendio.se>
Tue, 28 Oct 2014 15:57:05 +0000 (16:57 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 28 Oct 2014 15:57:05 +0000 (16:57 +0100)
commit4790e114da83d5a2b4a048f3774f9b1751edc5ae
tree8e30532bdcee35b6ad6ce3ff21f77c220a4dc7c1
parent893e727070186f910685e9ccd2ec8b6e8828f8c5
Put quotes around entire static link variables

CMake is very aggressive about minimising the list of libraries,
so we need to be similarily aggressive about quotes to make sure
we get everything we want and in the correct order.
cmake/StaticBuild.cmake