From d378578484718d267bf429ef2e6eded695446b46 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Sun, 1 Mar 2020 13:30:00 +0100 Subject: Add support for building glibmm with Meson glibmm can be built with either Autotools or Meson. See MR !27 --- MSVC_NMake/giomm/meson.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MSVC_NMake/giomm/meson.build (limited to 'MSVC_NMake/giomm/meson.build') diff --git a/MSVC_NMake/giomm/meson.build b/MSVC_NMake/giomm/meson.build new file mode 100644 index 00000000..658147df --- /dev/null +++ b/MSVC_NMake/giomm/meson.build @@ -0,0 +1,17 @@ +# MSVC_NMake/giomm + +# Input: pkg_conf_data, giommconfig_h +# Output: giomm_rc + +giomm_rc = configure_file( + input: 'giomm.rc.in', + output: '@BASENAME@', + configuration: pkg_conf_data, +) + +# Copy the generated configuration header into the MSVC project directory. +configure_file( + input: giommconfig_h, + output: 'giommconfig.h', + copy: true, +) -- cgit v1.2.1