forked from pool/nodejs-electron
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
|
config("vulkan_memory_allocator_config") {
|
||
|
|
libs = ["VulkanMemoryAllocator"]
|
||
|
|
}
|
||
|
|
|
||
|
|
source_set("vulkan_memory_allocator") {
|
||
|
|
public_configs = [ ":vulkan_memory_allocator_config" ]
|
||
|
|
}
|