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

Method AddCMakeLauncher

Source/cmFastbuildNormalTargetGenerator.cxx:790–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788 }
789}
790void cmFastbuildNormalTargetGenerator::AddCMakeLauncher()
791{
792 // Add CMake launcher (might be used for static analysis).
793 this->GetGlobalGenerator()->AddLauncher(FASTBUILD_LAUNCHER_PREFIX,
794 cmSystemTools::GetCMakeCommand(),
795 CMAKE_LANGUAGE, "");
796}
797
798void cmFastbuildNormalTargetGenerator::ComputePaths(
799 FastbuildTarget& target) const

Callers

nothing calls this directly

Calls 2

AddLauncherMethod · 0.80
GetGlobalGeneratorMethod · 0.45

Tested by

no test coverage detected