Backport CMake library change from master
authorGraeme Leese <gleese@broadcom.com>
Mon, 6 Jun 2022 14:00:35 +0000 (15:00 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 21 Jul 2022 15:45:21 +0000 (15:45 +0000)
commit9a2859d140fafd1fda5879b22b1e3f6a262400bc
tree38acece2aedc477ba111634c43eee067c2487137
parent430a022191b2fdbf5479dbb25617a4b98c2a27e3
Backport CMake library change from master

Following the VKSC update the syntax used for CMake link libraries
includes a visibility specifier. Because CMake requires that all uses of
this command on a single target are consistent (either all with or all
without the specifier), having this mismatch between main and the
release branches creates an integration problem, so this backports that
part of the change. The qualifier added here is both the value used in
later changes and the default if nothing is specified, so the effect of
this change should be minimal.

Components: All (CMake build only)

Change-Id: I1c7e850d52de3cc0493a47bf36ad35bd55b05184
CMakeLists.txt