We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73202fc commit 2f4aed7Copy full SHA for 2f4aed7
tools/SourceKit/CMakeLists.txt
@@ -135,7 +135,7 @@ macro(add_sourcekit_library name)
135
${SOURCEKIT_SOURCE_DIR}/include/SourceKit/${lib_path}/*.td
136
)
137
source_group("TableGen descriptions" FILES ${tds})
138
- set_source_files_properties(${tds}} PROPERTIES HEADER_FILE_ONLY ON)
+ set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON)
139
140
set(srcs ${srcs} ${headers} ${tds})
141
endif()
0 commit comments