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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kdevexecutescript\")
0002 
0003 set(kdevexecutescript_PART_SRCS
0004     executescriptplugin.cpp
0005     scriptappconfig.cpp
0006     scriptappjob.cpp
0007 )
0008 declare_qt_logging_category(kdevexecutescript_PART_SRCS
0009     TYPE PLUGIN
0010     IDENTIFIER PLUGIN_EXECUTESCRIPT
0011     CATEGORY_BASENAME "executescript"
0012 )
0013 ki18n_wrap_ui(kdevexecutescript_PART_SRCS
0014     scriptappconfig.ui
0015 )
0016 kdevplatform_add_plugin(kdevexecutescript SOURCES ${kdevexecutescript_PART_SRCS})
0017 target_link_libraries(kdevexecutescript
0018     KDev::Interfaces
0019     KDev::Util
0020     KDev::Project
0021     KDev::OutputView
0022     KDev::Shell
0023 )
0024 
0025 install(FILES iexecutescriptplugin.h DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kdevplatform/executescript COMPONENT Devel)