summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 959677b..7664d9e 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -515,6 +515,9 @@ public:
*/
cmCacheManager *GetCacheManager() const;
+ //! Determine wether this is a local or global build.
+ bool GetLocal() const;
+
protected:
// add link libraries and directories to the target
void AddGlobalLinkInformation(const char* name, cmTarget& target);