diff options
| author | Fuwn <[email protected]> | 2022-06-19 20:04:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 20:04:56 -0700 |
| commit | 58688c8090afea95a92a147e26ad0392c1bfef14 (patch) | |
| tree | 9a6b33f7d5692d3e1daacb1fa90b07098a0e1e47 /meson_options.txt | |
| download | tael-58688c8090afea95a92a147e26ad0392c1bfef14.tar.xz tael-58688c8090afea95a92a147e26ad0392c1bfef14.zip | |
feat: initial commit
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..161c91b --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,4 @@ +option('tidy', + type : 'boolean', + value : false, + description : 'Enables the clang-tidy target') |