Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

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

Document Table of Contents

I

Specifies an additional directory to search for include files.

Syntax

Linux:

-Idir

Windows:

/Idir

Arguments

dir

Is the additional directory for the search.

Default

OFF

The default directory is searched for include files.

Description

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.

IDE Equivalent

Visual Studio: General > Additional Include Directories

Eclipse: Preprocessor > Additional Include Directories

Alternate Options

None