We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3eb70 commit 6ea68e7Copy full SHA for 6ea68e7
Layer-Samples/Overlay/CMakeLists.txt
@@ -29,7 +29,7 @@ if (EXISTS "${CMAKE_SOURCE_DIR}/layers")
29
else()
30
set(LAYERS_LOC ${CMAKE_SOURCE_DIR}/../source)
31
find_library(LAYER_UTILS_LIB NAMES VkLayer_utils
32
- HINTS "${CMAKE_SOURCE_DIR}/../bin" "${CMAKE_SOURCE_DIR}/../x86_64/lib/vulkan/layer" )
+ HINTS "${CMAKE_SOURCE_DIR}/../bin" "${CMAKE_SOURCE_DIR}/../x86_64/lib" )
33
endif()
34
35
set(UTILDIR "${CMAKE_SOURCE_DIR}/Layer-Samples/utils")
0 commit comments