target_deps = [ lib ] target_sources = files( 'main.cc' ) executable( 'matar', target_sources, link_with: target_deps, include_directories: inc, install : true, )