cmake: Don't REQUIRE find_package(VulkanHeaders)
authorJuan Ramos <juan@lunarg.com>
Thu, 5 Oct 2023 17:50:15 +0000 (11:50 -0600)
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>
Thu, 5 Oct 2023 18:45:06 +0000 (12:45 -0600)
commit7417583fc4607f2f35eb0f2d57b378cacca0e4e3
tree82d327040a0dc1757812063bae3dd8890bafdf0a
parent7405cd460daf6b79da2bce0020070f11f73bb7ad
cmake: Don't REQUIRE find_package(VulkanHeaders)

Allows use of add_subdirectory with the loader

This is the same approach used by the validation layers.
CMakeLists.txt
scripts/CMakeLists.txt