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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kdevcustomscript\")
0002 set(kdevcustomscript_PART_SRCS
0003     customscript_plugin.cpp
0004 )
0005 
0006 declare_qt_logging_category(kdevcustomscript_PART_SRCS
0007     TYPE PLUGIN
0008     IDENTIFIER CUSTOMSCRIPT
0009     CATEGORY_BASENAME "customscript"
0010 )
0011 kdevplatform_add_plugin(kdevcustomscript SOURCES ${kdevcustomscript_PART_SRCS})
0012 target_link_libraries(kdevcustomscript
0013     KDev::Interfaces
0014     KDev::Language
0015     KDev::Util)