Warning, /plasma/plasma-workspace/runners/locations/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023 Alexander Lohnau <alexander.lohnau@gmx.de>
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_locations\")
0004 
0005 kcoreaddons_add_plugin(locations SOURCES locationrunner.h locationrunner.cpp INSTALL_NAMESPACE "kf6/krunner")
0006 target_link_libraries(locations
0007     KF6::KIOCore
0008     KF6::KIOWidgets
0009     KF6::I18n
0010     KF6::Runner
0011     KF6::Notifications
0012 )
0013 
0014 if(BUILD_TESTING)
0015     add_subdirectory(autotests)
0016 endif()