Warning, /pim/akonadi-calendar/reminder-daemon/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0002 #
0003 # SPDX-License-Identifier: BSD-2-Clause
0004 
0005 add_executable(notification_gui notification_gui.cpp
0006     notificationobject.h notificationobject.cpp
0007 )
0008 
0009 target_link_libraries(notification_gui
0010         KF6::Notifications
0011         Qt::Widgets
0012         )
0013 
0014 install(FILES notification_gui.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})