File: meson.build

package info (click to toggle)
lcms2 2.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,172 kB
  • sloc: ansic: 45,779; sh: 4,239; pascal: 1,960; makefile: 197; cpp: 84
file content (16 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
linkicc_sources = files(
  'linkicc.c',
)

linkicc_exe = executable(
  'linkicc',
  linkicc_sources,
  dependencies: [liblcms2_dep, common_dep],
  install: true,
)

linkicc_man = files(
  'linkicc.1',
)

install_man(linkicc_man)