Use CMake provided library names on macOS
authorCharles Giessen <charles@lunarg.com>
Wed, 3 Nov 2021 21:09:32 +0000 (15:09 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 9 Mar 2022 22:06:30 +0000 (15:06 -0700)
commit6a4ce576f70d6bf3f363793407df2bbee07fd6d1
tree84083f8ba9ba2920f22cf7226d2249ee30118de4
parenta30d1eeb7b8b94ac3d240c6779aa5cfd14d690be
Use CMake provided library names on macOS

The ${CMAKE_DL_LIBS} and Threads::Threads provides generic mechanisms to
use the dynamic linker and threading libraries on the system. In addition,
this commit replaces Vulkan::Headers with loader_specific_commits for the
vulkan-framework target. Note that this commit is in a series of commits and
not intended to work standalone.
loader/CMakeLists.txt