Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

iquote

Adds a directory to the front of the include file search path for files included with quotes but not brackets.

Syntax

Linux:

-iquote dir

macOS:

-iquote dir

Windows:

None

Arguments

dir

Is the name of the directory to add.

Default

OFF

The compiler does not add a directory to the front of the include file search path.

Description

Add directory to the front of the include file search path for files included with quotes but not brackets.

IDE Equivalent
None
Alternate Options

None