meson repro

This commit is contained in:
Jade Lovelace 2024-07-31 15:49:21 -07:00
commit 8ccf6ddb7e
3 changed files with 6 additions and 0 deletions

View file

View 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)