diff options
Diffstat (limited to 'src/diagnostic/meson.build')
-rw-r--r-- | src/diagnostic/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/diagnostic/meson.build b/src/diagnostic/meson.build new file mode 100644 index 0000000..5f066c1 --- /dev/null +++ b/src/diagnostic/meson.build @@ -0,0 +1,10 @@ +if get_option('diagnostic') + diagnostic_filenames = [ + 'diagnostic.c', + 'diagnostic_private.h', + ] +else + diagnostic_filenames = [] +endif + +diagnostic_sources = files(diagnostic_filenames) |