summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
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.
*/