Age | Commit message (Collapse) | Author |
|
Fixes issue shown here:
https://github.com/KhronosGroup/Vulkan-Headers/pull/415
|
|
|
|
|
|
|
|
Vulkan::Registry behaves differently in `add_subdirectory` vs
`find_package` builds. Which can result in build failures.
Also Vulkan::Registry never made sense as a CMake target and
was very brittle in numerous ways.
Better to provide a `VULKAN_HEADERS_REGISTRY_DIRECTORY` to users
instead and remove Vulkan::Registry completely.
closes #351
|
|
Remove version.cmake / install.cmake / cmake_uninstall.cmake
Remove as much maintenace burden / custom code as possible
|
|
|
|
It was not specified that the windows commands must be run from
within a developer console.
Also removed VS2013 and added VS2019 refs.
|
|
Change-Id: I28c30bb941691738944b13da75bc07e6153c89ef
|
|
|
|
|
|
|