diff options
Diffstat (limited to 'src/lib/openjpwl/libopenjpwl.pc.cmake.in')
| -rw-r--r-- | src/lib/openjpwl/libopenjpwl.pc.cmake.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/openjpwl/libopenjpwl.pc.cmake.in b/src/lib/openjpwl/libopenjpwl.pc.cmake.in new file mode 100644 index 00000000..a6e6ab26 --- /dev/null +++ b/src/lib/openjpwl/libopenjpwl.pc.cmake.in @@ -0,0 +1,15 @@ +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: openjpwl +Description: JPEG2000 Wireless library (Part 11) +URL: http://www.openjpeg.org/ +Version: @OPENJPEG_VERSION@ +Requires: openjp2 +Libs: -L${libdir} -lopenjpwl +Libs.private: -lm +Cflags: -I${includedir} |
