[feat] add controller info and file transfer in server window

This commit is contained in:
dijunkun
2026-01-20 18:32:08 +08:00
parent 9b69596af1
commit e4d530d044
9 changed files with 511 additions and 228 deletions

View File

@@ -70,6 +70,9 @@ target("common")
set_kind("object")
add_deps("rd_log")
add_files("src/common/*.cpp")
if is_os("macosx") then
add_files("src/common/*.mm")
end
add_includedirs("src/common", {public = true})
target("path_manager")