mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-07-16 03:36:02 +08:00
[fix] fix stuck connecting state when remote device is offline, refs #57
This commit is contained in:
@@ -50,6 +50,11 @@ function setup_targets()
|
||||
add_includedirs("src/device_controller", "src/common")
|
||||
add_files("tests/keyboard_state_protocol_test.cpp")
|
||||
|
||||
target("connection_status_protocol_test")
|
||||
set_kind("binary")
|
||||
set_default(false)
|
||||
add_files("tests/connection_status_protocol_test.cpp")
|
||||
|
||||
target("windows_manifest_resource_test")
|
||||
set_kind("binary")
|
||||
set_default(false)
|
||||
|
||||
Reference in New Issue
Block a user