summaryrefslogtreecommitdiff
path: root/cmake/FindKAKADU.cmake
blob: 0564a0e683ba9a69dfccb0c6cbbafea402685b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# this module looks for KAKADU
# http://www.kakadusoftware.com/
#
#
#  Copyright (c) 2006-2014 Mathieu Malaterre <mathieu.malaterre@gmail.com>
#
#  Redistribution and use is allowed according to the terms of the New
#  BSD license.
#  For details see the accompanying COPYING-CMAKE-SCRIPTS file.
#

find_program(KDU_EXPAND_EXECUTABLE
  kdu_expand
  )

find_program(KDU_COMPRESS_EXECUTABLE
  kdu_compress
  )

mark_as_advanced(
  KDU_EXPAND_EXECUTABLE
  KDU_COMPRESS_EXECUTABLE
  )