from pymake import * ( cmake("3.5") .file("SRC",glob_recurse,"*.cpp") .add_executable("test_base",var("SRC")) .write() )