1 Star 0 Fork 0

nirvanaReborn_cpp/fmt

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Android.mk 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
Victor Zverovich 提交于 2018-05-27 21:20 +08:00 . Move Android.mk to support and update
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := fmt_static
LOCAL_MODULE_FILENAME := libfmt
LOCAL_SRC_FILES := ../src/format.cc
LOCAL_C_INCLUDES := $(LOCAL_PATH)
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
LOCAL_CFLAGS += -std=c++11 -fexceptions
include $(BUILD_STATIC_LIBRARY)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/nirvana-reborn_cpp/fmt.git
git@gitee.com:nirvana-reborn_cpp/fmt.git
nirvana-reborn_cpp
fmt
fmt
master

搜索帮助