CMake: switch to GNUInstallDirs (#1424)
[openjpeg.git] / src / lib / openjpip / libopenjpip.pc.cmake.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 bindir=@bindir@
3 mandir=@mandir@
4 docdir=@docdir@
5 libdir=@libdir@
6 includedir=@includedir@
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}
16 Cflags.private: -DOPJ_STATIC