update
[kdegraphics.git] / strigi-analyzer / ico / CMakeLists.txt
blobacf2c5ed55a9dba7b12234f7cf948b407d7718bb
1 include_directories(${STRIGI_INCLUDE_DIR})
3 # build the analyzer as a module
4 kde4_add_library(ico MODULE icothroughanalyzer.cpp)
6 # link with the required libraries
7 target_link_libraries(ico ${STRIGI_STREAMANALYZER_LIBRARY} ${STRIGI_STREAMS_LIBRARY} ${QT_QTCORE_LIBRARY})
9 # adjust the name so the module is recognized as a strigi plugin
10 set_target_properties(ico PROPERTIES
11     PREFIX strigita_)
13 # install the module in the right directory so it is picked up
14 install(TARGETS ico LIBRARY DESTINATION ${LIB_INSTALL_DIR}/strigi)