mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
13 lines
419 B
CMake
13 lines
419 B
CMake
![]() |
prefix=${CMAKE_INSTALL_PREFIX}
|
||
|
exec_prefix=${BIN_INSTALL_DIR}
|
||
|
libdir=${LIB_INSTALL_DIR}
|
||
|
includedir=${INCLUDE_INSTALL_DIR}
|
||
|
|
||
|
Name: libkexiv2
|
||
|
Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 library. This library is used by digiKam and kipi-plugins.
|
||
|
URL: http://www.digikam.org
|
||
|
Requires:
|
||
|
Version: ${KEXIV2_LIB_VERSION_STRING}
|
||
|
Libs: -L${LIB_INSTALL_DIR} -lkexiv2
|
||
|
Cflags: -I${INCLUDE_INSTALL_DIR}
|