| 1334 | } |
| 1335 | |
| 1336 | void cmMakefile::AddLinkOption(std::string const& option) |
| 1337 | { |
| 1338 | this->AppendProperty("LINK_OPTIONS", option); |
| 1339 | } |
| 1340 | |
| 1341 | void cmMakefile::AddLinkDirectory(std::string const& directory, bool before) |
| 1342 | { |
no test coverage detected