projects
/
platform
/
upstream
/
SPIRV-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94d6d1
)
Fix wrong grammar .inc file dependency introduced by copy-paste.
author
Lei Zhang
<antiagainst@google.com>
Mon, 18 Apr 2016 20:48:33 +0000
(16:48 -0400)
committer
Lei Zhang
<antiagainst@google.com>
Mon, 18 Apr 2016 20:48:33 +0000
(16:48 -0400)
source/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/source/CMakeLists.txt
b/source/CMakeLists.txt
index
c7c07f5
..
62be13a
100644
(file)
--- a/
source/CMakeLists.txt
+++ b/
source/CMakeLists.txt
@@
-99,7
+99,7
@@
set_source_files_properties(
${CMAKE_CURRENT_SOURCE_DIR}/operand.cpp
PROPERTIES OBJECT_DEPENDS "${OPERAND_CPP_DEPENDS}")
set_source_files_properties(
- ${CMAKE_CURRENT_SOURCE_DIR}/
operand
.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}/
ext_inst
.cpp
PROPERTIES OBJECT_DEPENDS "${EXTINST_CPP_DEPENDS}")
set(SPIRV_SOURCES