parent
ea99126496
commit
5683f904fb
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||||||
project('static library test') |
project('static library test') |
||||||
language('c') |
language('c') |
||||||
exe = static_library('mylib', 'libfile.c') |
lib = static_library('mylib', 'libfile.c') |
||||||
|
Loading…
Reference in new issue