We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a62f4 commit 1866e86Copy full SHA for 1866e86
1 file changed
tools/clang/lib/Lex/CMakeLists.txt
@@ -87,9 +87,9 @@ set_source_files_properties("${hlsl_embedded_decls}"
87
# Make the generated .inc files visible to HLSLEmbeddedHeaders.cpp.
88
include_directories("${hlsl_embedded_dir}")
89
90
-# Carry the generated .inc files as an explicit dependency of the
91
-# library target so they're produced before HLSLEmbeddedHeaders.cpp is
92
-# compiled.
+# Add the generated .inc files as inputs to the target so that they're treated
+# as dependencies of the target and get built before the .cpp file that includes
+# them.
93
set(hlsl_embedded_generated_files
94
"${hlsl_embedded_decls}"
95
"${hlsl_embedded_entries_inc}")
0 commit comments