Fix dependency for pkg-config (issue #594) (#795)
[openjpeg.git] / src / lib / openjpwl / libopenjpwl.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: openjpwl
9 Description: JPEG2000 Wireless library (Part 11)
10 URL: http://www.openjpeg.org/
11 Version: @OPENJPEG_VERSION@
12 Requires: libopenjp2
13 Libs: -L${libdir} -lopenjpwl
14 Libs.private: -lm
15 Cflags: -I${includedir}