diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 60d028e..1de4656 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -218,7 +218,7 @@ public: /** * Add an include directory to the build. */ - void AddIncludeDirectory(const char*); + void AddIncludeDirectory(const char*, bool before = false); /** * Add a variable definition to the build. This variable |