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

Method GetRelativeTargetDirectory

Source/cmLocalUnixMakefileGenerator3.cxx:903–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903std::string cmLocalUnixMakefileGenerator3::GetRelativeTargetDirectory(
904 cmGeneratorTarget const* target) const
905{
906 return this->MaybeRelativeToTopBinDir(target->GetSupportDirectory());
907}
908
909void cmLocalUnixMakefileGenerator3::AppendFlags(
910 std::string& flags, std::string const& newFlags) const

Calls 2

GetSupportDirectoryMethod · 0.80

Tested by

no test coverage detected