1 include_directories(${STRIGI_INCLUDE_DIR})
3 # build the analyzer as a module
4 kde4_add_library(dvi MODULE dvithroughanalyzer.cpp)
6 # link with the required libraries
7 target_link_libraries(dvi ${STRIGI_STREAMANALYZER_LIBRARY})
9 # adjust the name so the module is recognized as a strigi plugin
10 set_target_properties(dvi PROPERTIES
13 # install the module in the right directory so it is picked up
14 install(TARGETS dvi LIBRARY DESTINATION ${LIB_INSTALL_DIR}/strigi)