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

Method InstallNameDir

Source/cmExportTryCompileFileGenerator.cxx:165–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165std::string cmExportTryCompileFileGenerator::InstallNameDir(
166 cmGeneratorTarget const* target, std::string const& config)
167{
168 std::string install_name_dir;
169
170 cmMakefile* mf = target->Target->GetMakefile();
171 if (mf->IsOn("CMAKE_PLATFORM_HAS_INSTALLNAME")) {
172 install_name_dir = target->GetInstallNameDirForBuildTree(config);
173 }
174
175 return install_name_dir;
176}
177
178std::string cmExportTryCompileFileGenerator::GetFileSetDirectories(
179 cmGeneratorTarget* /*gte*/, cmFileSet* fileSet, cmTargetExport const* /*te*/)

Callers

nothing calls this directly

Calls 3

GetMakefileMethod · 0.45
IsOnMethod · 0.45

Tested by

no test coverage detected