diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 47fb955..d81da01 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -167,7 +167,9 @@ public: void AddDefineFlag(const char* definition); void RemoveDefineFlag(const char* definition); - cmTarget* AddNewTarget(cmTarget::TargetType type, const char* name, bool isImported); + cmTarget* AddNewTarget(cmTarget::TargetType type, + const char* name, + bool isImported); /** * Add an executable to the build. |