Override default header search path
The search paths for includes are taken in the following order:
- The
-I
command-line option. - The
CPLUS_INCLUDE_PATH
environment variable. - The standard defaults.
So, you can use either of the first two (whichever seems better/more convenient for your purposes).