diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-07-30 01:27:34 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-30 01:27:34 +0200 |
| commit | 194732332952c01fd9bf6beeac175bf288708c98 (patch) | |
| tree | 464a7ab8b024d7526427e89cdcbacc20052428be /cmake | |
| parent | 5b66156be4c372f6486bc47762046fc5c5b8cc0e (diff) | |
Add jpylyzer tests for JP2 compression
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/FindJPYLYZER.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake/FindJPYLYZER.cmake b/cmake/FindJPYLYZER.cmake new file mode 100644 index 00000000..4fbbaa85 --- /dev/null +++ b/cmake/FindJPYLYZER.cmake @@ -0,0 +1,12 @@ +# +# this module looks for JPYLYZER +# http://jpylyzer.openpreservation.org +# + +find_program(JPYLYZER_EXECUTABLE + jpylyzer + ) + +mark_as_advanced( + JPYLYZER_EXECUTABLE + ) |
