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

Method InstallNameDir

Source/cmExportBuildFileGenerator.cxx:251–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251std::string cmExportBuildFileGenerator::InstallNameDir(
252 cmGeneratorTarget const* target, std::string const& config)
253{
254 std::string install_name_dir;
255
256 cmMakefile* mf = target->Target->GetMakefile();
257 if (mf->IsOn("CMAKE_PLATFORM_HAS_INSTALLNAME")) {
258 install_name_dir = target->GetInstallNameDirForBuildTree(config);
259 }
260
261 return install_name_dir;
262}
263
264bool cmExportBuildFileGenerator::PopulateInterfaceProperties(
265 cmGeneratorTarget const* target, ImportPropertyMap& properties)

Callers 1

Calls 3

GetMakefileMethod · 0.45
IsOnMethod · 0.45

Tested by

no test coverage detected