2 Star 7 Fork 8

HarmonyHub / flappy_bird

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BUILD.gn 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
红薯 提交于 2020-11-29 22:02 . 'init'
# Copyright (c) 2020 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
static_library("flappy_bird") {
sources = [
"game.c",
"bird.c",
"ssd1306/ssd1306.c",
"ssd1306/ssd1306_fonts.c",
"libm_port/__cos.c",
"libm_port/__rem_pio2.c",
"libm_port/__rem_pio2_large.c",
"libm_port/__sin.c",
"lib_btn/dt_btn_util.c"
]
include_dirs = [
"//utils/native/lite/include",
"//kernel/liteos_m/components/cmsis/2.0",
"//base/iot_hardware/interfaces/kits/wifiiot_lite",
"//application/sample/wifi-iot/app/flappy_bird",
"//application/sample/wifi-iot/app/flappy_bird/ssd1306",
"//application/sample/wifi-iot/app/flappy_bird/libm_port",
"//application/sample/wifi-iot/app/flappy_bird/lib_btn"
]
}
C
1
https://gitee.com/harmonyhub/flappy-bird.git
git@gitee.com:harmonyhub/flappy-bird.git
harmonyhub
flappy-bird
flappy_bird
master

搜索帮助