summaryrefslogtreecommitdiffstats
path: root/test cases/cmake/20 cmake file/meson.build
blob: 5c45d66f964b9e0a5ba1101a727d88e490418def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project(
  'cmake config file',
)

cmake = import('cmake')

cmake.configure_package_config_file(
  name : 'foolib',
  input : 'foolib.cmake.in',
  install_dir : get_option('libdir') / 'cmake',
  configuration : {'foo': '"bar"'},
)