Warning, /kdevelop/kdevelop/plugins/openwith/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kdevopenwith\")
0002 set(kdevopenwith_PART_SRCS
0003     openwithplugin.cpp
0004 )
0005 
0006 kdevplatform_add_plugin(kdevopenwith SOURCES ${kdevopenwith_PART_SRCS})
0007 target_link_libraries(kdevopenwith KDev::Interfaces KDev::Project KDev::Util)
0008 
0009 ########### install files ###############
0010 
0011 install( FILES iopenwith.h DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kdevplatform/openwith COMPONENT Devel)