mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
4acf4078c8
Was out of date with the feature set VVL contained. Fixed an issue where backslashes were used on windows, which caused issues when cmake decided to escape a string one more time than necessary. "C:\\Users\\..." -> "C:\Users" which has a `\U` escape symbol mucking things up.