G IMPORT
Jump to navigation
Jump to search
Referencing G_IMPORT
Use G_IMPORT when writing paths that refer to the import directory where third party packages are installed. Never set this variable in a Makefile. It can be explicitly set in your environment to override the default location for imports.
Example:
CXXINC += -I"$(G_IMPORT)/glut/glut_3.7.6_WIN32"