diff options
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/FindKAKADU.cmake | 19 |
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 + ) |
