summaryrefslogtreecommitdiff
path: root/openjpeg3d/libopenjpeg3d.pc.cmake
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-13 15:24:36 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-13 15:24:36 +0000
commit5ef5fc65aeffbe3715cd21eed9f915629cb2a39a (patch)
tree20c1eb1e954080b3624027465dcf4b84c6da41d3 /openjpeg3d/libopenjpeg3d.pc.cmake
parente93d5a683f8af382bbdb4bea4cf6fe2bd8337411 (diff)
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.
Diffstat (limited to 'openjpeg3d/libopenjpeg3d.pc.cmake')
-rw-r--r--openjpeg3d/libopenjpeg3d.pc.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/openjpeg3d/libopenjpeg3d.pc.cmake b/openjpeg3d/libopenjpeg3d.pc.cmake
new file mode 100644
index 00000000..203e8d39
--- /dev/null
+++ b/openjpeg3d/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}