0 Star 0 Fork 78

Lizhiqi / third_party_harfbuzz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
replace-enum-strings.cmake 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-03-11 18:45 . update openharmony 1.0.1
# CMake script to replace items
# in sources generated by glib-mkenums
FILE(READ ${ENUM_INPUT_SRC} enum_in)
STRING(REPLACE
"_t_get_type"
"_get_type"
enum_out_tmp
"${enum_in}"
)
STRING(REPLACE
"_T ("
" ("
enum_out
"${enum_out_tmp}"
)
FILE(WRITE ${ENUM_OUTPUT_SRC} "${enum_out}")
FILE(REMOVE ${ENUM_INPUT_SRC})
1
https://gitee.com/pssea/third_party_harfbuzz.git
git@gitee.com:pssea/third_party_harfbuzz.git
pssea
third_party_harfbuzz
third_party_harfbuzz
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891