project( 'thing', 'c', default_options : ['c_std=c99', 'W=all'] ) term = library('thingterm', 'term.c') menu = library('thingmenu', 'menu.c') executable('thing', 'main.c', link_with: [term, menu])