1 Star 0 Fork 0

Ragus/scrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson.build 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
Romain Vimont 提交于 2019-08-04 16:41 . Bump version to 1.10
project('scrcpy', 'c',
version: '1.10',
meson_version: '>= 0.37',
default_options: 'c_std=c11')
if get_option('compile_app')
subdir('app')
endif
if get_option('compile_server')
subdir('server')
endif
run_target('run', command: ['scripts/run-scrcpy.sh'])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ragus/scrcpy.git
git@gitee.com:ragus/scrcpy.git
ragus
scrcpy
scrcpy
master

搜索帮助