summaryrefslogtreecommitdiff
path: root/utils/linkicc/meson.build
blob: c2384275ddbb036c12cef91d3de333108fadfbb5 (plain)
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)