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.
25 lines
640 B
25 lines
640 B
include_directories( |
|
${CMAKE_SOURCE_DIR}/okular |
|
${TIFF_INCLUDE_DIR} |
|
) |
|
|
|
|
|
########### next target ############### |
|
|
|
set(okularGenerator_tiff_SRCS |
|
generator_tiff.cpp |
|
) |
|
|
|
kde4_automoc(${okularGenerator_tiff_SRCS}) |
|
|
|
kde4_add_plugin(okularGenerator_tiff WITH_PREFIX ${okularGenerator_tiff_SRCS}) |
|
|
|
target_link_libraries(okularGenerator_tiff okularcore ${TIFF_LIBRARIES} ${KDE4_KDEUI_LIBS} ${KDE4_KDEPRINT_LIBS} ) |
|
|
|
install(TARGETS okularGenerator_tiff DESTINATION ${PLUGIN_INSTALL_DIR}) |
|
|
|
|
|
########### install files ############### |
|
|
|
install( FILES libokularGenerator_tiff.desktop okularTiff.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |
|
|
|
|