mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
446 B
14 lines
446 B
prefix=@CMAKE_INSTALL_PREFIX@ |
|
bindir=${prefix}/@OPENJPEG_INSTALL_BIN_DIR@ |
|
mandir=${prefix}/@OPENJPEG_INSTALL_MAN_DIR@ |
|
docdir=${prefix}/@OPENJPEG_INSTALL_DOC_DIR@ |
|
libdir=${prefix}/@OPENJPEG_INSTALL_LIB_DIR@ |
|
includedir=${prefix}/@OPENJPEG_INSTALL_INCLUDE_DIR@ |
|
|
|
Name: openjp2 |
|
Description: JPEG2000 library (Part 1 and 2) |
|
URL: http://www.openjpeg.org/ |
|
Version: @OPENJPEG_VERSION@ |
|
Libs: -L${libdir} -lopenjp2 |
|
Libs.private: -lm |
|
Cflags: -I${includedir}
|
|
|