From a6f19781d71ebedeada4deefd6eeefcfa1bdce5e Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 13 Apr 2011 15:24:36 +0000 Subject: renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch. --- libopenjpeg3d.pc.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libopenjpeg3d.pc.cmake (limited to 'libopenjpeg3d.pc.cmake') diff --git a/libopenjpeg3d.pc.cmake b/libopenjpeg3d.pc.cmake new file mode 100644 index 00000000..203e8d39 --- /dev/null +++ b/libopenjpeg3d.pc.cmake @@ -0,0 +1,12 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +bindir=@OPENJPEG3D_INSTALL_BIN_DIR@ +datadir=@OPENJPEG3D_INSTALL_DATA_DIR@ +libdir=@OPENJPEG3D_INSTALL_LIB_DIR@ +includedir=@OPENJPEG3D_INSTALL_INCLUDE_DIR@ + +Name: openjpeg3d +Description: JPEG2000 files library +URL: http://www.openjpeg.org/ +Version: @OPENJPEG3D_VERSION@ +Libs: -L${libdir} -lopenjpeg3d +Cflags: -I${includedir} -- cgit v1.2.3