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.
15 lines
335 B
15 lines
335 B
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
|
|
|