mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmMakefile: Inline only use of GetLinkDirectories.
This commit is contained in:
@@ -233,10 +233,6 @@ public:
|
||||
*/
|
||||
void AddLinkDirectory(const std::string&);
|
||||
|
||||
const std::vector<std::string>& GetLinkDirectories() const
|
||||
{
|
||||
return this->LinkDirectories;
|
||||
}
|
||||
void SetLinkDirectories(const std::vector<std::string>& vec)
|
||||
{
|
||||
this->LinkDirectories = vec;
|
||||
|
||||
Reference in New Issue
Block a user