File: meson.build

package info (click to toggle)
libchamplain 0.12.21-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,708 kB
  • sloc: ansic: 17,577; xml: 352; python: 348; javascript: 82; sh: 43; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libchamplain_memphis_data = [
  'default-rules.xml',
  'high-contrast.xml',
  'las_palmas.osm',
  'schaffhausen.osm',
]

custom_target(
  'libchamplain_memphis_data',
  input: libchamplain_memphis_data,
  output: libchamplain_memphis_data,
  command: ['cp', '@INPUT@', '@OUTDIR@'],
  build_by_default: true,
)