| 788 | } |
| 789 | } |
| 790 | void 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 | |
| 798 | void cmFastbuildNormalTargetGenerator::ComputePaths( |
| 799 | FastbuildTarget& target) const |
nothing calls this directly
no test coverage detected