Lines Matching full:join
346 {' '.join(then_stmts)}
353 {' '.join(then_stmts)}
354 {'else() ' + ' '.join(else_stmts)}
361 {' '.join(then_stmts)}
366 return ''.join(['(', operation, ')'])
372 return ' '.join([OPS[op], right])
387 return ' '.join([left, OPS[op], right])
399 return '\n'.join(self.result)
424 {target.cmake}({target.name} {' '.join(source_sets)})
426 {'target_link_libraries(' + target.name + ' ' + ' '.join(target.deps) + ')' if target.deps else ''}
448 return ' '.join(sources)