kdeconnect-kde/core/backends/bluetooth/CMakeLists.txt
Albert Vaca Cintora 064ddfa3fe Refactor PairingHandler
We now have a single PairingHandler for all types of links.

The implementation now is more aligned with the one for Android.
2023-06-02 16:38:52 +00:00

14 lines
415 B
CMake

set(backends_kdeconnect_SRCS
${backends_kdeconnect_SRCS}
backends/bluetooth/multiplexchannel.cpp
backends/bluetooth/multiplexchannelstate.cpp
backends/bluetooth/connectionmultiplexer.cpp
backends/bluetooth/bluetoothlinkprovider.cpp
backends/bluetooth/bluetoothdevicelink.cpp
backends/bluetooth/bluetoothdownloadjob.cpp
backends/bluetooth/bluetoothuploadjob.cpp
PARENT_SCOPE
)