17 Star 160 Fork 49

kl222/RabbitRemoteControl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2025-06-13 14:14 +08:00 . Refactor::Plugin: modify FreeRDP
# Author: Kang Lin <kl222@126.com>
if(BUILD_CLIENT)
add_subdirectory(Client)
endif()
if(BUILD_SERVICE)
find_package(QtService)
if(QtService_FOUND)
add_subdirectory(Service)
if(WITH_GUI)
add_subdirectory(ServiceConfigure)
endif(WITH_GUI)
endif(QtService_FOUND)
endif(BUILD_SERVICE)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kl222/RabbitRemoteControl.git
git@gitee.com:kl222/RabbitRemoteControl.git
kl222
RabbitRemoteControl
RabbitRemoteControl
master

搜索帮助