Skip to content

Commit

Permalink
Clarify "include_files"
Browse files Browse the repository at this point in the history
Clarify that the _Name_ from an `include_files` entry could contain
directory components.
  • Loading branch information
gmlueck committed Jul 9, 2024
1 parent e69a5dd commit a6d8758
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ that include file.
When the source language is `source_language::sycl`, the source code can have
`#include` statements where the name and content of the include file is
defined by this property.
For example, if the source code has `#include "foo.h"`, the compilation process
will look at the `include_files` property to see if there is an entry whose
_Name_ is `foo.h`.
For example, if the source code has `#include "foo/bar.h"`, the compilation
process will look at the `include_files` property to see if there is an entry
whose _Name_ is `foo/bar.h`.
If such an entry is found, the compiler uses the associated _Content_ as the
content of the include file.

Expand Down

0 comments on commit a6d8758

Please sign in to comment.