diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-02 19:56:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-02 19:56:13 (GMT) |
commit | a80153b5cb077e99ff81eca947643099430ba391 (patch) | |
tree | eca46cd73aa79466bb7208d3f91a7aa3d2dd14ad /Source/cmMakefile.h | |
parent | 2242006ca1f6834059d23b761dafd4ad7e70661b (diff) | |
download | CMake-a80153b5cb077e99ff81eca947643099430ba391.zip CMake-a80153b5cb077e99ff81eca947643099430ba391.tar.gz CMake-a80153b5cb077e99ff81eca947643099430ba391.tar.bz2 |
make it backwards compatible with old cmake
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 8 |
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; // |