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

Method GetIncludeDestination

Source/cmInstallCommand.cxx:2676–2680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2674}
2675
2676std::string Helper::GetIncludeDestination(
2677 cmInstallCommandArguments const* args) const
2678{
2679 return this->GetDestination(args, "CMAKE_INSTALL_INCLUDEDIR", "include");
2680}
2681
2682std::string Helper::GetSysconfDestination(
2683 cmInstallCommandArguments const* args) const

Callers 2

GetDestinationForTypeMethod · 0.95
HandleTargetsModeFunction · 0.80

Calls 1

GetDestinationMethod · 0.95

Tested by

no test coverage detected