You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libkdcraw/libkdcraw/libkdcraw/CMakeLists.txt

50 lines
862 B

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/libkdcraw/libraw
)
link_directories(
${TQT_LIBRARY_DIRS}
${TDE_LIB_DIR}
)
set( _SRC_ kdcraw.cpp
kdcrawprivate.cpp
dcrawsettingswidget.cpp
rnuminput.cpp
rcombobox.cpp
)
##### kdcraw (shared)
tde_add_library( kdcraw SHARED AUTOMOC
SOURCES
${_SRC_}
LINK
tdeui-shared
tdecore-shared
tdeio-shared
raw-static
VERSION 4.0.3
DESTINATION ${LIB_INSTALL_DIR}
)
##### headers
install(
FILES rawdecodingsettings.h kdcraw.h dcrawsettingswidget.h
rnuminput.h rcombobox.h dcrawinfocontainer.h rawfiles.h
libkdcraw_export.h version.h
DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}
)