Replace loader_cmake_config.h with definitions
authorCharles Giessen <charles@lunarg.com>
Wed, 3 Nov 2021 20:25:29 +0000 (14:25 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 9 Mar 2022 22:06:30 +0000 (15:06 -0700)
commit578e4771f89a0b23490d793c64aa732a304d7f8b
tree60215bd2690169892292dbf686fe75511de283d4
parent976dcf76e649f7fb40ea8b3c1b7443fb2571779b
Replace loader_cmake_config.h with definitions

Use CMakes built in ability to define compiler definitions to targets so that
the loader_cmake_config.h file is made redundant. This simplifies the build
process by removing the configure_file and including it. Note that this
commit is a part of a series of commits and not intended to work by itself.
BUILD.gn
loader/CMakeLists.txt
loader/get_environment.c
loader/loader_cmake_config.h.in [deleted file]