mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
16 lines
335 B
CMake
16 lines
335 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
bindir=@bindir@
|
|
mandir=@mandir@
|
|
docdir=@docdir@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
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}
|
|
Cflags.private: -DOPJ_STATIC
|