5 lines
93 B
Meson
5 lines
93 B
Meson
project('same target', 'c')
|
|
|
|
static_library('foo', 'file.c')
|
|
static_library('foo', 'file.c')
|