Warning, /pim/kdepim-addons/plugins/customtoolsplugins/translatorplugin/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(pimcommon_translatorplugin INSTALL_NAMESPACE pim6/pimcommon/customtools)
0004 target_sources(pimcommon_translatorplugin PRIVATE
0005    translatorplugin.cpp
0006    translatorview.cpp
0007    translatorplugin.h
0008    translatorview.h
0009 )
0010 
0011 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0012     set_target_properties(pimcommon_translatorplugin PROPERTIES UNITY_BUILD ON)
0013 endif()
0014 
0015 target_link_libraries(pimcommon_translatorplugin
0016   KPim6::PimCommon
0017   KPim6::PimTextEdit
0018   KF6::XmlGui
0019   KF6::I18n
0020   KF6::TextTranslator
0021 )
0022