summaryrefslogtreecommitdiff
path: root/CMake/FindKAKADU.cmake
blob: 763304d6cd22ad9149b5b2b62740f5eda7480ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# this module looks for KAKADu
# http://www.kakadusoftware.com/
#
#
#  Copyright (c) 2006-2011 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
  )

MARK_AS_ADVANCED(
  KDU_EXPAND_EXECUTABLE
  )