16 lines
516 B
CMake
16 lines
516 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: openjpip
|
||
|
Description: JPEG2000 Interactivity tools, APIs and protocols (Part 9)
|
||
|
URL: http://www.openjpeg.org/
|
||
|
Version: @OPENJPEG_VERSION@
|
||
|
Requires: openjp2
|
||
|
Libs: -L${libdir} -lopenjpip
|
||
|
Libs.private: -lm -lcurl -lfcgi -lpthread
|
||
|
Cflags: -I${includedir}
|