Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | reuse: Cleanup copyright for *.md filessdk-1.3.261.1sdk-1.3.261.0sdk-1.3.261 | Juan Ramos | |
2023-07-05 | cmake: Remove usage of configure_package_config_file | Juan Ramos | |
Fixes issue shown here: https://github.com/KhronosGroup/Vulkan-Headers/pull/415 | |||
2023-01-11 | docs: Streamline CMake docs | Juan Ramos | |
2023-01-11 | docs: Update BUILD.md | Juan Ramos | |
2023-01-10 | docs: Minimal BUILD.md documentation | Juan Ramos | |
2023-01-09 | cmake: Remove Vulkan::Registry | Juan Ramos | |
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 | |||
2022-12-09 | cmake: Cleanup CMake code | Juan Ramos | |
Remove version.cmake / install.cmake / cmake_uninstall.cmake Remove as much maintenace burden / custom code as possible | |||
2022-11-08 | cmake: Update BUILD.md documentation | Juan Ramos | |
2019-11-21 | build: Clarify Windows build instructions | Mark Lobodzinski | |
It was not specified that the windows commands must be run from within a developer console. Also removed VS2013 and added VS2019 refs. | |||
2019-07-16 | build: Update cmake_minimum_required(VERSION 3.10.2) | Mike Weiblen | |
Change-Id: I28c30bb941691738944b13da75bc07e6153c89ef | |||
2019-03-21 | docs: Update BUILD.md for CMake versions | Jon Leech | |
2018-06-18 | doc: Update BUILD.md [skip ci] | Karl Schultz | |
2018-05-30 | build: Add CMake files for install target | Karl Schultz | |