mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
12 lines
365 B
CMake
12 lines
365 B
CMake
prefix=${CMAKE_INSTALL_PREFIX}
|
|
exec_prefix=${BIN_INSTALL_DIR}
|
|
libdir=${LIB_INSTALL_DIR}
|
|
includedir=${INCLUDE_INSTALL_DIR}
|
|
|
|
Name: libksane
|
|
Description: libksane is a C++ library for SANE interface to control flat scanners.
|
|
URL: http://www.digikam.org
|
|
Requires:
|
|
Version: ${KSANE_LIB_VERSION_STRING}
|
|
Libs: -L${LIB_INSTALL_DIR} -lksane
|
|
Cflags: -I${INCLUDE_INSTALL_DIR}
|