Warning, /network/tokodon/src/purpose/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 
0004 kcoreaddons_add_plugin(tokodonplugin SOURCES purposeplugin.cpp INSTALL_NAMESPACE "kf6/purpose")
0005 target_link_libraries(tokodonplugin Qt::DBus KF6::Purpose KF6::KIOGui)