mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
15 lines
446 B
CMake
15 lines
446 B
CMake
|
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}
|