Fix dependency for pkg-config (issue #594) (#795)
[openjpeg.git] / src / lib / openjpip / libopenjpip.pc.cmake.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 bindir=${prefix}/@OPENJPEG_INSTALL_BIN_DIR@
3 mandir=${prefix}/@OPENJPEG_INSTALL_MAN_DIR@
4 docdir=${prefix}/@OPENJPEG_INSTALL_DOC_DIR@
5 libdir=${prefix}/@OPENJPEG_INSTALL_LIB_DIR@
6 includedir=${prefix}/@OPENJPEG_INSTALL_INCLUDE_DIR@
7
8 Name: openjpip
9 Description: JPEG2000 Interactivity tools, APIs and protocols (Part 9)
10 URL: http://www.openjpeg.org/
11 Version: @OPENJPEG_VERSION@
12 Requires: libopenjp2
13 Libs: -L${libdir} -lopenjpip
14 Libs.private: -lm -lcurl -lfcgi -lpthread
15 Cflags: -I${includedir}