7 Star 66 Fork 82

OpenHarmony / third_party_unity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
platformio-build.py 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄国辉 提交于 2024-05-13 17:57 . update unity 2.6.0
import os
Import("env")
env.Append(CPPDEFINES=["UNITY_INCLUDE_CONFIG_H"])
# import "unity_config.h" folder to the library builder
try:
Import("projenv")
projenv.Append(CPPDEFINES=["UNITY_INCLUDE_CONFIG_H"])
for p in projenv["CPPPATH"]:
p = projenv.subst(p)
if os.path.isfile(os.path.join(p, "unity_config.h")):
env.Prepend(CPPPATH=[p])
except:
pass
1
https://gitee.com/openharmony/third_party_unity.git
git@gitee.com:openharmony/third_party_unity.git
openharmony
third_party_unity
third_party_unity
master

搜索帮助