kdeconnect-kde/core/backends/lan/CMakeLists.txt
Aleix Pol b88897847b Reorganize sources
We broke kded into core and kded, core contains the library with the backends
and plugins.
Also we renamed libkdeconnect to interfaces.
2014-06-14 15:22:40 +02:00

12 lines
249 B
CMake

set(kded_kdeconnect_SRCS
${kded_kdeconnect_SRCS}
backends/lan/lanlinkprovider.cpp
backends/lan/landevicelink.cpp
backends/lan/uploadjob.cpp
backends/lan/downloadjob.cpp
backends/lan/socketlinereader.cpp
PARENT_SCOPE
)