1 Star 1 Fork 88

river/scrcpy

forked from rorgent/scrcpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson.build 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
Romain Vimont 提交于 2022-04-28 20:09 . Bump version to 1.24
project('scrcpy', 'c',
version: '1.24',
meson_version: '>= 0.48',
default_options: [
'c_std=c11',
'warning_level=2',
'b_ndebug=if-release',
])
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/yzriver/scrcpy.git
git@gitee.com:yzriver/scrcpy.git
yzriver
scrcpy
scrcpy
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385