Searched refs:extraBuildArgs (Results 1 – 1 of 1) sorted by relevance
56 def __init__ (self, name, isMultiConfig = False, extraBuildArgs = []): argument59 self.extraBuildArgs = copy.copy(extraBuildArgs)74 if len(self.extraBuildArgs) > 0:75 args += ['--'] + self.extraBuildArgs83 …CMakeGenerator.__init__(self, "Unix Makefiles", extraBuildArgs = ["-j%d" % multiprocessing.cpu_cou…111 CMakeGenerator.__init__(self, name, isMultiConfig = True, extraBuildArgs = ['/m'])