MCPcopy Create free account
hub / github.com/Kitware/CMake / ConvertToIncludeReference

Method ConvertToIncludeReference

Source/cmLocalGenerator.cxx:892–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GetIncludeFlagsMethod · 0.95

Calls 1

Tested by

no test coverage detected