project('hello.world', 'cpp') compiler_args = ['-std=c++11', '-Wall', '-Wextra'] executable('hello', 'main.cpp', cpp_args: compiler_args)