Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-FC7C37C0-8BA3-4D04-B8EB-9A72E82D2715
Visible to Intel only — GUID: GUID-FC7C37C0-8BA3-4D04-B8EB-9A72E82D2715
I
Specifies an additional directory to search for include files.
Linux: |
-Idir |
Windows: |
/Idir |
dir |
Is the additional directory for the search. |
OFF |
The default directory is searched for include files. |
This option specifies an additional directory to search for include files. To specify multiple directories on the command line, repeat the include option for each directory.
Visual Studio: General > Additional Include Directories
Eclipse: Preprocessor > Additional Include Directories
None