vulkan-headers/cmake
Rahul Sheth 382bf3de06 Export versioned targets for CMake
Generate VulkanHeadersConfig.cmake and version file and install them.
To get the version information the header file vulkan_core.h is parsed.

In client code one can use `find_package(VulkanHeaders)` and get the
targets `Vulkan::Headers` and `Vulkan::Registry`.

The following additional files are generated and installed by CMake:
- VulkanHeadersConfig.cmake:        searched for by find_package(VulkanHeaders)
- VulkanHeadersConfigVersion.cmake: provides version numbers
- VulkanHeadersTargets.cmake:       CMake target definitions used by config file
2020-04-16 16:21:54 -06:00
..
cmake_uninstall.cmake.in build: Add CMake files for install target 2018-05-30 17:38:30 -06:00
Config.cmake.in Export versioned targets for CMake 2020-04-16 16:21:54 -06:00
Copyright_cmake.txt cmake: Add Kitware copyright 2018-06-27 11:24:55 -06:00