summaryrefslogtreecommitdiff
path: root/MSVC_NMake/giomm/meson.build
blob: 3bc8315082c8fc3568e0320cc6fa829fb416d340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MSVC_NMake/giomm

# Input: pkg_conf_data, giommconfig_h_meson
# Output: giomm_rc

giomm_rc = configure_file(
  input: 'giomm.rc.in',
  output: '@BASENAME@',
  configuration: pkg_conf_data,
)

# Make a copy of the generated configuration header in the MSVC project directory.
configure_file(
  input: giommconfig_h_meson,
  output: 'giommconfig.h',
  configuration: pkg_conf_data,
)