summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-08 11:06:53 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-08 11:06:53 +0000
commit9d1bd03be40c7777971e8ddf5da1c87989040c2a (patch)
tree693bd7b3f2ad464b8c704f7567550a3ee03b9e6c /CMake
parent82e539d3339d4e2d837e4cd8b4c5f2766c341852 (diff)
Import rev 1148 from trunk.
Diffstat (limited to 'CMake')
-rw-r--r--CMake/FindKAKADU.cmake19
1 files changed, 19 insertions, 0 deletions
diff --git a/CMake/FindKAKADU.cmake b/CMake/FindKAKADU.cmake
new file mode 100644
index 00000000..763304d6
--- /dev/null
+++ b/CMake/FindKAKADU.cmake
@@ -0,0 +1,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
+ )