A lightweight Chinese/Cantonese to Pinyin library.
cpp-pinyin provides CMake targets:
find_package(cpp-pinyin CONFIG REQUIRED)
target_link_libraries(main PRIVATE cpp-pinyin::cpp-pinyin)
To use the library, you need to copy the dictionary files to the binary directory.
add_custom_command(TARGET main POST_BUILD
)
v1.0.0#0
All
Apache-2.0
Manifest