Fix wrong grammar .inc file dependency introduced by copy-paste.
authorLei Zhang <antiagainst@google.com>
Mon, 18 Apr 2016 20:48:33 +0000 (16:48 -0400)
committerLei Zhang <antiagainst@google.com>
Mon, 18 Apr 2016 20:48:33 +0000 (16:48 -0400)
source/CMakeLists.txt

index c7c07f5..62be13a 100644 (file)
@@ -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