Add jpylyzer tests for JP2 compression
[openjpeg.git] / cmake / FindJPYLYZER.cmake
diff --git a/cmake/FindJPYLYZER.cmake b/cmake/FindJPYLYZER.cmake
new file mode 100644 (file)
index 0000000..4fbbaa8
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# this module looks for JPYLYZER
+# http://jpylyzer.openpreservation.org
+#
+
+find_program(JPYLYZER_EXECUTABLE
+  jpylyzer
+  )
+
+mark_as_advanced(
+  JPYLYZER_EXECUTABLE
+  )