Warning, /network/kdeconnect-kde/plugins/lockdevice/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kdeconnect_add_plugin(kdeconnect_lockdevice)
0002 
0003 if (WIN32)
0004     target_sources(kdeconnect_lockdevice PRIVATE lockdeviceplugin-win.cpp)
0005 else ()
0006     target_sources(kdeconnect_lockdevice PRIVATE lockdeviceplugin.cpp)
0007 endif()
0008 target_link_libraries(kdeconnect_lockdevice
0009     kdeconnectcore
0010     kdeconnectinterfaces
0011     Qt::DBus
0012     KF6::I18n
0013 )