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