1 Star 0 Fork 0

jixiege/scrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.build 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
Romain Vimont 提交于 2024-09-15 18:59 . Bump version to 2.7
project('scrcpy', 'c',
version: '2.7',
meson_version: '>= 0.48',
default_options: [
'c_std=c11',
'warning_level=2',
'b_ndebug=if-release',
])
add_project_arguments('-Wmissing-prototypes', language: 'c')
if get_option('compile_app')
subdir('app')
endif
if get_option('compile_server')
subdir('server')
endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jixiege/scrcpy.git
git@gitee.com:jixiege/scrcpy.git
jixiege
scrcpy
scrcpy
master

搜索帮助