projects
/
platform
/
upstream
/
glslang.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13e0f1
)
single line
author
dan sinclair
<dj2@everburning.com>
Sun, 6 Oct 2019 14:00:37 +0000
(10:00 -0400)
committer
dan sinclair
<dj2@everburning.com>
Sun, 6 Oct 2019 14:00:37 +0000
(10:00 -0400)
SPIRV/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/SPIRV/CMakeLists.txt
b/SPIRV/CMakeLists.txt
index
a666412
..
f47c8a0
100644
(file)
--- a/
SPIRV/CMakeLists.txt
+++ b/
SPIRV/CMakeLists.txt
@@
-87,6
+87,5
@@
if(ENABLE_GLSLANG_INSTALL)
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()
- install(FILES ${HEADERS} ${SPVREMAP_HEADERS}
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/glslang/SPIRV/)
+ install(FILES ${HEADERS} ${SPVREMAP_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/glslang/SPIRV/)
endif(ENABLE_GLSLANG_INSTALL)