compile
[kdegraphics.git] / libs / libksane / libksane.pc.cmake
blob2f900c7ad89e7a1b26ed01f751b57a264c781b6b
1 prefix=${CMAKE_INSTALL_PREFIX}
2 exec_prefix=${BIN_INSTALL_DIR}
3 libdir=${LIB_INSTALL_DIR}
4 includedir=${INCLUDE_INSTALL_DIR}
6 Name: libksane
7 Description: libksane is a C++ library for SANE interface to control flat scanners.
8 URL: http://www.kipi-plugins.org
9 Requires:
10 Version: ${KSANE_LIB_VERSION_STRING}
11 Libs: -L${LIB_INSTALL_DIR} -lksane
12 Cflags: -I${INCLUDE_INSTALL_DIR}