Skip to content

Commit 65617c7

Browse files
committed
Update comment on source lists
1 parent d6f57df commit 65617c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,9 @@ target_sources(
225225
# keep-sorted end
226226
)
227227

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.
228+
# The sources that go into libHalide and do not include any LLVM or WASM headers.
229+
# For the sake of IDE support, headers that exist in src/ but are not public
230+
# should be included here.
230231
target_sources(
231232
Halide
232233
PRIVATE

0 commit comments

Comments
 (0)