Warning, /frameworks/kdelibs4support/src/kio/dummyanalyzers/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 # build the analyzer as a module
0003 add_library(dummy MODULE dummyanalyzers.cpp)
0004 
0005 # link with the required libraries
0006 target_link_libraries(dummy ${STRIGI_STREAMANALYZER_LIBRARY})
0007 
0008 # adjust the name so the module is recognized as a strigi plugin
0009 set_target_properties(dummy PROPERTIES
0010     PREFIX strigiea_)