Fix VMA_BUILD_EXAMPLE_APP_SHADERS being ignored on Linux

This commit is contained in:
Johannes Schneider 2021-05-28 12:45:58 +02:00
parent 6b733a5ba2
commit 3f2238ac9d
No known key found for this signature in database
GPG Key ID: 630166982479CCF3

View File

@ -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})