diff options
Diffstat (limited to 'kernel/kls_tiff')
| -rw-r--r-- | kernel/kls_tiff/CMakeLists.txt | 28 | ||||
| -rw-r--r-- | kernel/kls_tiff/Makefile.am | 2 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kernel/kls_tiff/CMakeLists.txt b/kernel/kls_tiff/CMakeLists.txt new file mode 100644 index 0000000..855092e --- /dev/null +++ b/kernel/kls_tiff/CMakeLists.txt @@ -0,0 +1,28 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_SOURCE_DIR}/kernel/include + ${CMAKE_BINARY_DIR} +) + + +add_definitions( + -DTIFF_UI="${SHARE_INSTALL_PREFIX}/ksquirrel-libs/libkls_tiff.so.ui" +) + + +##### codecs + +tde_add_library( kls_tiff SHARED AUTOMOC + SOURCES fmt_codec_tiff.cpp + LINK ksquirrel-libs-shared ${TIFF_LIBRARY} + VERSION 0.8.0 + DESTINATION ${LIB_INSTALL_DIR}/ksquirrel-libs +) + + +##### other data + +install( + FILES libkls_tiff.so.ui + DESTINATION ${SHARE_INSTALL_PREFIX}/ksquirrel-libs +) diff --git a/kernel/kls_tiff/Makefile.am b/kernel/kls_tiff/Makefile.am index 0414d92..3076e99 100644 --- a/kernel/kls_tiff/Makefile.am +++ b/kernel/kls_tiff/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I../include +INCLUDES = -I../include $(all_includes) pkglib_LTLIBRARIES = libkls_tiff.la |
