1 Star 0 Fork 87

babbi / scrcpy

forked from Gitee 极速下载 / scrcpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson.build 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
Romain Vimont 提交于 2020-08-10 20:09 . Bump version to 1.16
project('scrcpy', 'c',
version: '1.16',
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'])
C/C++
1
https://gitee.com/babbi/scrcpy.git
git@gitee.com:babbi/scrcpy.git
babbi
scrcpy
scrcpy
master

搜索帮助