aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.md
AgeCommit message (Collapse)Author
2023-07-05cmake: Remove usage of configure_package_config_fileJuan Ramos
Fixes issue shown here: https://github.com/KhronosGroup/Vulkan-Headers/pull/415
2023-01-11docs: Streamline CMake docsJuan Ramos
2023-01-11docs: Update BUILD.mdJuan Ramos
2023-01-10docs: Minimal BUILD.md documentationJuan Ramos
2023-01-09cmake: Remove Vulkan::RegistryJuan 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-09cmake: Cleanup CMake codeJuan Ramos
Remove version.cmake / install.cmake / cmake_uninstall.cmake Remove as much maintenace burden / custom code as possible
2022-11-08cmake: Update BUILD.md documentationJuan Ramos
2019-11-21build: Clarify Windows build instructionsMark 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-16build: Update cmake_minimum_required(VERSION 3.10.2)Mike Weiblen
Change-Id: I28c30bb941691738944b13da75bc07e6153c89ef
2019-03-21docs: Update BUILD.md for CMake versionsJon Leech
2018-06-18doc: Update BUILD.md [skip ci]Karl Schultz
2018-05-30build: Add CMake files for install targetKarl Schultz