mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-04 20:54:58 +00:00
Fix build after adding new header
Add new vulkan_screen.h header to BUILD.gn fixes #187
This commit is contained in:
parent
ac17020766
commit
c428484bc8
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -48,6 +48,7 @@ source_set("vulkan_headers") {
|
|||
"include/vulkan/vulkan.h",
|
||||
"include/vulkan/vulkan.hpp",
|
||||
"include/vulkan/vulkan_core.h",
|
||||
"include/vulkan/vulkan_screen.h",
|
||||
]
|
||||
public_configs = [ ":vulkan_headers_config" ]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue