meson-repro-20240731/subprojects/subproj/meson.build
2024-07-31 15:49:21 -07:00

4 lines
151 B
Meson

project('lix-clang-tidy', ['c'])
sources = files('lib.c')
module = shared_module('lix-clang-tidy', sources, install : true, build_by_default : false)