blob: e539956497e9c93d8d6b7d5715611927f05d929f [file] [log] [blame]
project('static library test', 'c')
lib = static_library('mylib', get_option('source'),
link_args : '-THISMUSTNOBEUSED') # Static linker needs to ignore all link args.