diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-04-16 11:37:59 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-04-16 11:37:59 +0000 |
| commit | 2e2f7f2a9b4d6267a2dcfe58c3235c804e54eaef (patch) | |
| tree | 35a4778c5af7e07d2e94315b58ca2bf1add07fe1 /libopenjp3d.pc.cmake | |
| parent | 619439f45d6a59781d4da1aedf74743a9ebe7cfe (diff) | |
renamed "openjpeg3d" in "openjp3d" (step 3)
Diffstat (limited to 'libopenjp3d.pc.cmake')
| -rw-r--r-- | libopenjp3d.pc.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libopenjp3d.pc.cmake b/libopenjp3d.pc.cmake new file mode 100644 index 00000000..41b733ee --- /dev/null +++ b/libopenjp3d.pc.cmake @@ -0,0 +1,12 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +bindir=@OPENJP3D_INSTALL_BIN_DIR@ +datadir=@OPENJP3D_INSTALL_DATA_DIR@ +libdir=@OPENJP3D_INSTALL_LIB_DIR@ +includedir=@OPENJP3D_INSTALL_INCLUDE_DIR@ + +Name: openjp3d +Description: JPEG2000 files library +URL: http://www.openjpeg.org/ +Version: @OPENJP3D_VERSION@ +Libs: -L${libdir} -lopenjp3d +Cflags: -I${includedir} |
