1 Star 0 Fork 0

陈有胜 / scrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson.build 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
Romain Vimont 提交于 2020-05-27 18:19 . Bump version to 1.14
project('scrcpy', 'c',
version: '1.14',
meson_version: '>= 0.48',
default_options: [
'c_std=c11',
'warning_level=2',
])
if get_option('compile_app')
subdir('app')
endif
if get_option('compile_server')
subdir('server')
endif
run_target('run', command: ['scripts/run-scrcpy.sh'])
1
https://gitee.com/mChenys/scrcpy.git
git@gitee.com:mChenys/scrcpy.git
mChenys
scrcpy
scrcpy
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891