Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdriscoll-lunarg committed Jan 30, 2025
1 parent ebba5ef commit 0c0ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_apps/sparse-resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ add_custom_command(
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE})
if (WIN32)
add_custom_command(TARGET gfxrecon-testapp-sparse-resources POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_RUNTIME_DLLS:gfxrecon-testapp-sparse-resources> $<TARGET_FILE_DIR:gfxrecon-testapp-triangle>
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_RUNTIME_DLLS:gfxrecon-testapp-sparse-resources> $<TARGET_FILE_DIR:gfxrecon-testapp-sparse-resources>
COMMAND_EXPAND_LISTS)
endif ()

Expand Down

0 comments on commit 0c0ccbd

Please sign in to comment.