Rename replay app target and shaders target

This commit is contained in:
Johannes Schneider 2021-05-28 15:13:13 +02:00
parent a7f6b7e1f1
commit 8f62aa27c2
No known key found for this signature in database
GPG Key ID: 630166982479CCF3
2 changed files with 3 additions and 3 deletions

View File

@ -29,4 +29,4 @@ foreach(SHADER ${SHADERS})
list(APPEND SPIRV_FILES ${SPIRV})
endforeach()
add_custom_target(VmaShaders ALL DEPENDS ${SPIRV_FILES})
add_custom_target(VmaExampleAppShaders ALL DEPENDS ${SPIRV_FILES})

View File

@ -8,10 +8,10 @@ if (WIN32)
VmaUsage.cpp
)
add_executable(VmaReplay ${VMA_REPLAY_SOURCE_FILES})
add_executable(VmaReplayApp ${VMA_REPLAY_SOURCE_FILES})
target_link_libraries(
VmaReplay
VmaReplayApp
PRIVATE
Vulkan::Vulkan