Warning, /utilities/kate/addons/colorpicker/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kate_add_plugin(katecolorpickerplugin)
0002 target_compile_definitions(katecolorpickerplugin PRIVATE TRANSLATION_DOMAIN="katecolorpickerplugin")
0003 target_link_libraries(katecolorpickerplugin PRIVATE KF6::I18n KF6::TextEditor)
0004 
0005 target_sources(
0006   katecolorpickerplugin
0007   PRIVATE
0008     katecolorpickerplugin.cpp
0009     colorpickerconfigpage.cpp
0010 )
0011 
0012 if (BUILD_PCH)
0013     target_precompile_headers(katecolorpickerplugin REUSE_FROM katepch)
0014 endif()