projects
/
filament.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7f5ae
)
Fixups for spirv-*
author
Timo Röhling
<roehling@debian.org>
Fri, 17 May 2024 15:58:01 +0000
(17:58 +0200)
committer
Timo Röhling
<roehling@debian.org>
Fri, 17 May 2024 16:12:19 +0000
(18:12 +0200)
Gbp-Pq: Name 0022-Fixups-for-spirv.patch
tools/matc/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tools/matc/CMakeLists.txt
b/tools/matc/CMakeLists.txt
index 8eef50504ef402184c7531efac310bc70c984c6f..3687a2afdb8acc4d7b5637eed012a90d9d37eb84 100644
(file)
--- a/
tools/matc/CMakeLists.txt
+++ b/
tools/matc/CMakeLists.txt
@@
-43,6
+43,7
@@
add_library(${TARGET} STATIC ${SRCS} ${HDRS})
target_include_directories(${TARGET} PUBLIC src)
target_include_directories(${TARGET} PRIVATE ${filamat_SOURCE_DIR}/src)
+target_include_directories(${TARGET} PRIVATE ${../glslang_SOURCE_DIR}/../SPIRV ${../glslang_SOURCE_DIR}/..)
target_link_libraries(${TARGET} getopt filamat filabridge utils glslang smol-v)