Warning, /utilities/ark/plugins/cliplugin-example/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kerfuffle_cli_SRCS cliplugin.cpp)
0002 
0003 ecm_qt_declare_logging_category(kerfuffle_cli_SRCS
0004                                 HEADER ark_debug.h
0005                                 IDENTIFIER ARK
0006                                 CATEGORY_NAME ark.cliexample)
0007 
0008 kerfuffle_add_plugin(kerfuffle_cli ${kerfuffle_cli_SRCS})