]> git.sesse.net Git - kdenlive/blob - thumbnailer/CMakeLists.txt
I need this include directive to compile on my system, and I have had reports from...
[kdenlive] / thumbnailer / CMakeLists.txt
1
2
3 ########### next target ###############
4 include_directories (
5     ${KDE4_INCLUDES}
6     ${LIBMLT_INCLUDE_DIR}
7     ${LIBMLTPLUS_INCLUDE_DIR}
8     ${CMAKE_SOURCE_DIR} 
9     ${CMAKE_BINARY_DIR} 
10 )
11
12 LINK_LIBRARIES(
13     ${LIBMLT_LIBRARY}
14     ${LIBMLTPLUS_LIBRARY}
15 )
16
17 set(westleypreview_PART_SRCS westleypreview.cpp)
18
19 kde4_add_plugin(westleypreview ${westleypreview_PART_SRCS})
20
21 target_link_libraries(westleypreview ${KDE4_KIO_LIBS} ${LIBMLTPLUS_LIBRARY} ${LIBMLT_LIBRARY})
22
23 install(TARGETS westleypreview DESTINATION ${PLUGIN_INSTALL_DIR})
24
25
26 ########### install files ###############
27
28 install(FILES westleypreview.desktop DESTINATION ${SERVICES_INSTALL_DIR})
29