Warning, /pim/akregator/kontactplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: CC0-1.0
0002 # SPDX-FileCopyrightText: none
0003 include_directories(
0004     ${akregator_SOURCE_DIR}/src
0005     )
0006 
0007 ########### next target ###############
0008 add_library(kontact_akregatorplugin MODULE)
0009 
0010 qt_add_dbus_interfaces(kontact_akregator_PART_SRCS ${akregator_SOURCE_DIR}/src/org.kde.akregator.part.xml)
0011 target_sources(kontact_akregatorplugin PRIVATE akregator_plugin.cpp akregator_plugin.h ${kontact_akregator_PART_SRCS})
0012 
0013 
0014 target_link_libraries(kontact_akregatorplugin KF6::I18n KPim6::KontactInterface)
0015 
0016 ########### install files ###############
0017 
0018 install(TARGETS kontact_akregatorplugin DESTINATION ${KDE_INSTALL_PLUGINDIR}/pim6/kontact)