Example #1
0
def DetermineCMakeCommand(platformName: str) -> str:
    return PlatformUtil.GetExecutableName('cmake', platformName)
Example #2
0
 def __ConfigureForPlatform(self, generatorContext: GeneratorContext) -> None:
     self.GitCommand = PlatformUtil.GetExecutableName('git', generatorContext.Generator.PlatformName)