Refactor loader specific CMake options
authorCharles Giessen <charles@lunarg.com>
Wed, 3 Nov 2021 20:14:17 +0000 (14:14 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 9 Mar 2022 22:06:30 +0000 (15:06 -0700)
commit976dcf76e649f7fb40ea8b3c1b7443fb2571779b
tree9f0ee177ff39ac6604871a73957c6ad6b653c493
parent3e18c123f120d2cf44d88d0b680f133287ab5c21
Refactor loader specific CMake options

Create a new target loader_specific_options that contains the specific flags
and definitions which apply only to the loader. This target links to the
loader_common_options and is used to store various macro defines which
only are relevant to the loader, like the specific language standard to use.
The target also links to the vulkan headers.
Note that this commit is in a series of commits and is not meant to work
by itself.
loader/CMakeLists.txt