mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Rename replay app target and shaders target
This commit is contained in:
parent
a7f6b7e1f1
commit
8f62aa27c2
@ -29,4 +29,4 @@ foreach(SHADER ${SHADERS})
|
|||||||
list(APPEND SPIRV_FILES ${SPIRV})
|
list(APPEND SPIRV_FILES ${SPIRV})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
add_custom_target(VmaShaders ALL DEPENDS ${SPIRV_FILES})
|
add_custom_target(VmaExampleAppShaders ALL DEPENDS ${SPIRV_FILES})
|
||||||
|
@ -8,10 +8,10 @@ if (WIN32)
|
|||||||
VmaUsage.cpp
|
VmaUsage.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(VmaReplay ${VMA_REPLAY_SOURCE_FILES})
|
add_executable(VmaReplayApp ${VMA_REPLAY_SOURCE_FILES})
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
VmaReplay
|
VmaReplayApp
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Vulkan::Vulkan
|
Vulkan::Vulkan
|
||||||
|
Loading…
Reference in New Issue
Block a user