summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 1914dc0..a4ea424 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -505,12 +505,10 @@ public:
///! Enable support for the named language, if null then all languages are enabled.
void EnableLanguage(const char* );
- /**
- * Adds the specified library to the explicit dependency list of target.
- */
- void AddDependencyToCache( std::string target, const std::string& lib );
-
protected:
+ // add link libraries and directories to the target
+ void AddGlobalLinkInformation(const char* name, cmTarget& target);
+
std::string m_Prefix;
std::vector<std::string> m_AuxSourceDirectories; //