cmake: add dragonrelaybackend.cpp to VPN sources
This commit is contained in:
parent
fc3be9c272
commit
1a8414255c
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ set_target_properties(boringtun PROPERTIES
|
|||
set(VPN_SOURCES
|
||||
app/vpn/wireguardconfig.cpp
|
||||
app/vpn/relayclient.cpp
|
||||
app/vpn/dragonrelaybackend.cpp # QObject bridge: RelayClient + TunnelManager → QML
|
||||
)
|
||||
|
||||
if(APPLE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue