Skip to content

Commit

Permalink
Directory changed
Browse files Browse the repository at this point in the history
  • Loading branch information
BlingRob committed Nov 29, 2024
1 parent ae49be2 commit 7274957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/LinuxInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set(VULKAN_SDK_LIBRARY_DIR ${CMAKE_INSTALL_PREFIX}/lib64 CACHE STRING "Vulkan li
add_custom_command(
TARGET ${PROJECT_NAME}
POST_BUILD
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/setx.sh VK_LAYER_PATH ${CMAKE_INSTALL_PREFIX}/share/vulkan/explicit_layer.d
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/setx.sh VK_LOADER_DEBUG "all"
COMMAND ${CMAKE_SOURCE_DIR}/scripts/setx.sh VK_LAYER_PATH ${CMAKE_INSTALL_PREFIX}/share/vulkan/explicit_layer.d
COMMAND ${CMAKE_SOURCE_DIR}/scripts/setx.sh VK_LOADER_DEBUG "all"
COMMENT "Set layer path and debug level"
VERBATIM)

Expand Down

0 comments on commit 7274957

Please sign in to comment.