| 890 | } |
| 891 | |
| 892 | std::string cmLocalGenerator::ConvertToIncludeReference( |
| 893 | std::string const& path, OutputFormat format) |
| 894 | { |
| 895 | return this->ConvertToOutputForExisting(path, format); |
| 896 | } |
| 897 | |
| 898 | std::string cmLocalGenerator::GetIncludeFlags( |
| 899 | std::vector<std::string> const& includeDirs, cmGeneratorTarget* target, |
no test coverage detected