From 3f7be51e7d25cdd298414753c7c00b2b7d69b136 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 22 Jun 2021 11:22:13 +0200 Subject: Add missing meson.build --- internal/meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/meson.build diff --git a/internal/meson.build b/internal/meson.build new file mode 100644 index 0000000..accff3c --- /dev/null +++ b/internal/meson.build @@ -0,0 +1,3 @@ +config_h = configure_file(output : 'config.h', configuration : config) +config_h_inc = include_directories('.') + -- cgit v1.2.1