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

Method EnableInstallTarget

Source/cmGlobalGenerator.cxx:2534–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532}
2533
2534void cmGlobalGenerator::EnableInstallTarget()
2535{
2536 this->InstallTargetEnabled = true;
2537}
2538
2539std::unique_ptr<cmLocalGenerator> cmGlobalGenerator::CreateLocalGenerator(
2540 cmMakefile* mf)

Callers 4

cmInstallProgramsCommandFunction · 0.80
cmInstallCommandFunction · 0.80
cmInstallFilesCommandFunction · 0.80
cmInstallTargetsCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected