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 a3c2058 commit facdc9cCopy full SHA for facdc9c
source_common/framework/CMakeLists.txt
@@ -36,7 +36,8 @@ target_include_directories(
36
37
target_include_directories(
38
${BUILD_TARGET} SYSTEM PRIVATE
39
- ../../khronos/vulkan/include)
+ ../../khronos/vulkan/include
40
+ ../)
41
42
lgl_set_build_options(${BUILD_TARGET})
43
source_common/trackers/CMakeLists.txt
@@ -30,6 +30,7 @@ add_library(
30
31
32
${LIB_BINARY} PRIVATE
33
+ ../../khronos/vulkan/include)
34
../)
35
# No unit tests for this module yet
0 commit comments