1 Star 0 Fork 78

start0715 / third_party_harfbuzz

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
replace-enum-strings.cmake 352 Bytes
Copy Edit Raw Blame History
mamingshuai authored 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/start0715/third_party_harfbuzz.git
git@gitee.com:start0715/third_party_harfbuzz.git
start0715
third_party_harfbuzz
third_party_harfbuzz
master

Search

53164aa7 5694891 3bd8fe86 5694891