Skip to content

Commit fb41648

Browse files
authored
Merge pull request #556 from mm2/copilot/add-tiffdiff-build-for-meson
Add tiffdiff build target to meson. Looks fine so far.
2 parents b1b501f + 6e66df8 commit fb41648

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

utils/tificc/meson.build

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ tificc_man = files(
1414
)
1515

1616
install_man(tificc_man)
17+
18+
tiffdiff_sources = files(
19+
'tifdiff.c',
20+
)
21+
22+
tiffdiff_exe = executable(
23+
'tiffdiff',
24+
tiffdiff_sources,
25+
dependencies: [liblcms2_dep, common_dep, tiff_dep],
26+
install: true,
27+
)

0 commit comments

Comments
 (0)