mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Fix VMA_BUILD_EXAMPLE_APP_SHADERS being ignored on Linux
This commit is contained in:
parent
6b733a5ba2
commit
3f2238ac9d
@ -29,4 +29,4 @@ foreach(SHADER ${SHADERS})
|
||||
list(APPEND SPIRV_FILES ${SPIRV})
|
||||
endforeach()
|
||||
|
||||
add_custom_target(VmaShaders DEPENDS ${SPIRV_FILES})
|
||||
add_custom_target(VmaShaders ALL DEPENDS ${SPIRV_FILES})
|
||||
|
Loading…
Reference in New Issue
Block a user