blob: 8bb1bd7f6ff5f5f41891780c00c9214ffce6b61e [file] [log] [blame]
project('exe', ['c'])
executable('app',
'app.c',
# Use uninterpreted strings to avoid path finding by dependency or compiler.find_library
link_args: ['-ltest-lib']
)