Warning, /pim/kcalutils/src/grantlee_plugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 kde_enable_exceptions()
0005 
0006 
0007 add_library(kcalendar_grantlee_plugin MODULE)
0008 target_sources(kcalendar_grantlee_plugin PRIVATE
0009     kcalendargrantleeplugin.cpp
0010     icon.cpp
0011     datetimefilters.cpp
0012     icon.h
0013     datetimefilters.h
0014     kcalendargrantleeplugin.h
0015 
0016 )
0017 
0018     ktexttemplate_adjust_plugin_name(kcalendar_grantlee_plugin)
0019     target_link_libraries(kcalendar_grantlee_plugin
0020         KF6::TextTemplate
0021         KF6::IconThemes
0022         KPim6CalendarUtils
0023     )
0024     install(TARGETS kcalendar_grantlee_plugin
0025         LIBRARY DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/ktexttemplate/
0026     )