File: meson.build

package info (click to toggle)
libsoup3 3.6.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,592 kB
  • sloc: ansic: 62,368; python: 202; xml: 97; sh: 84; makefile: 32; javascript: 5
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# This is in a random subdir simply to avoid the built version being accidentally included.
configure_file (
  input: 'soup-installed.h',
  output: 'soup.h',
  copy: true,
  install: true,
  install_dir: get_option('includedir') / includedir,
)