name = 'hello-world' executable( name + '.elf', 'main.c', dependencies: [libcard10], link_args: [ '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map', ], )