diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 12545e9..f3714cb 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -130,6 +130,11 @@ public: unsigned int patch = 0xFFu); /** + * Help enforce global target name uniqueness. + */ + bool EnforceUniqueName(std::string const& name, std::string& msg); + + /** * Perform FinalPass, Library dependency analysis etc before output of the * makefile. */ |