We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f57df commit 65617c7Copy full SHA for 65617c7
1 file changed
src/CMakeLists.txt
@@ -225,8 +225,9 @@ target_sources(
225
# keep-sorted end
226
)
227
228
-# The sources that go into libHalide. For the sake of IDE support, headers that
229
-# exist in src/ but are not public should be included here.
+# The sources that go into libHalide and do not include any LLVM or WASM headers.
+# For the sake of IDE support, headers that exist in src/ but are not public
230
+# should be included here.
231
target_sources(
232
Halide
233
PRIVATE
0 commit comments