Intel® C++ Compiler Classic 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-804E4EB5-54A9-4515-A5BB-54D5A1DC2020
Visible to Intel only — GUID: GUID-804E4EB5-54A9-4515-A5BB-54D5A1DC2020
iquote
Adds a directory to the front of the include file search path for files included with quotes but not brackets.
Linux: |
-iquote dir |
macOS: |
-iquote dir |
Windows: |
None |
dir |
Is the name of the directory to add. |
OFF |
The compiler does not add a directory to the front of the include file search path. |
Add directory to the front of the include file search path for files included with quotes but not brackets.
None