meson repro
This commit is contained in:
commit
8ccf6ddb7e
3 changed files with 6 additions and 0 deletions
2
meson.build
Normal file
2
meson.build
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
project('repro')
|
||||||
|
subproject('subproj')
|
||||||
0
subprojects/subproj/lib.c
Normal file
0
subprojects/subproj/lib.c
Normal file
4
subprojects/subproj/meson.build
Normal file
4
subprojects/subproj/meson.build
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
project('lix-clang-tidy', ['c'])
|
||||||
|
|
||||||
|
sources = files('lib.c')
|
||||||
|
module = shared_module('lix-clang-tidy', sources, install : true, build_by_default : false)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue