Warning, /pim/kdepim-addons/plugins/messageviewerheaderplugins/standardsheaderstyleplugin/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_standardsheaderstyleplugin INSTALL_NAMESPACE pim6/messageviewer/headerstyle) 0004 target_sources(messageviewer_standardsheaderstyleplugin PRIVATE 0005 standardsheaderstyleplugin.cpp 0006 standardsheaderstyleinterface.cpp 0007 standardheaderstrategy.cpp 0008 standardsheaderstyleplugin.h 0009 standardsheaderstyleinterface.h 0010 standardheaderstrategy.h 0011 ) 0012 0013 0014 target_link_libraries(messageviewer_standardsheaderstyleplugin 0015 KPim6::MessageViewer 0016 KF6::XmlGui 0017 KF6::I18n 0018 KPim6::GrantleeTheme 0019 )