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