Warning, /pim/kdepim-addons/plugins/messageviewerheaderplugins/fancyheaderstyleplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 kcoreaddons_add_plugin(messageviewer_fancyheaderstyleplugin INSTALL_NAMESPACE pim6/messageviewer/headerstyle)
0004 target_sources(messageviewer_fancyheaderstyleplugin PRIVATE
0005    fancyheaderstyleplugin.cpp
0006    fancyheaderstyleinterface.cpp
0007    fancyheaderstyle.cpp
0008    fancyheaderstyleplugin.h
0009    fancyheaderstyleinterface.h
0010    fancyheaderstyle.h
0011 )
0012 
0013 
0014 target_link_libraries(messageviewer_fancyheaderstyleplugin
0015   KPim6::MessageViewer
0016   KF6::XmlGui
0017   KF6::I18n
0018 )