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

Method ShouldStripResourcePath

Source/cmGlobalGenerator.cxx:3552–3555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3550}
3551
3552bool cmGlobalGenerator::ShouldStripResourcePath(cmMakefile* mf) const
3553{
3554 return mf->PlatformIsAppleEmbedded();
3555}
3556
3557void cmGlobalGenerator::AppendDirectoryForConfig(std::string const& /*unused*/,
3558 std::string const& /*unused*/,

Callers 2

Calls 1

Tested by

no test coverage detected