Warning, /pim/kdepim-addons/kaddressbook/plugins/mergecontacts/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 0004 kcoreaddons_add_plugin(kaddressbook_mergecontactsplugin INSTALL_NAMESPACE pim6/kaddressbook/mainview) 0005 target_sources(kaddressbook_mergecontactsplugin PRIVATE 0006 mergecontactsplugininterface.cpp 0007 mergecontactsplugin.cpp 0008 mergecontactsplugininterface.h 0009 mergecontactsplugin.h 0010 ) 0011 0012 0013 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT) 0014 set_target_properties(kaddressbook_mergecontactsplugin PROPERTIES UNITY_BUILD ON) 0015 endif() 0016 0017 target_link_libraries(kaddressbook_mergecontactsplugin 0018 KPim6::PimCommon KF6::Completion KPim6::PimCommonAkonadi KF6::XmlGui kaddressbookmergelibprivate KF6::I18n 0019 )