diff options
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 326bfd0..991a223 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -63,7 +63,8 @@ public: const char* additionalOptions, const char *targetName, const char* config, - bool ignoreErrors); + bool ignoreErrors, + bool fast); /** * Generate the all required files for building this project/tree. This |