1 Star 0 Fork 89

ajunlonglive/third_party_unity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.build 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# build script written by : Michael Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#
project('unity', 'c',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: ['werror=true', 'c_std=c11']
)
subdir('src')
unity_dep = declare_dependency(link_with: unity_lib, include_directories: unity_dir)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ajunlonglive/third_party_unity.git
[email protected]:ajunlonglive/third_party_unity.git
ajunlonglive
third_party_unity
third_party_unity
master

搜索帮助