aboutsummaryrefslogtreecommitdiff
path: root/ports/vulkan-hpp/portfile.cmake
AgeCommit message (Collapse)Author
2021-07-22[vulkan-headers, vulkan-hpp ,vulkan-memory-allocator] Update to the ↵Christoph Neuhauser
latestion version (#18976) * Updated vulkan-headers, vulkan-hpp and vulkan-memory-allocator to new versions. * Updated the port ashes to fix compilation errors with the new Vulkan headers. Added vk_video/ to the list of copied header files in the port vulkan-headers. * Apply suggestions from code review regarding version strings Update version strings in ports/ashes/vcpkg.json and ports/vulkan-headers/vcpkg.json. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Updated versioning information of modified ports. * Update version strings after changes in vcpkg.json files. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2019-05-13[vulkan-hpp] Add new port (#6400)myd7349