You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- set(cppjieba_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2")
- set(cppjieba_CFLAGS "-D_FORTIFY_SOURCE=2 -O2")
- mindspore_add_pkg(cppjieba
- VER 5.0.3
- HEAD_ONLY ./
- URL https://github.com/yanyiwu/cppjieba/archive/v5.0.3.tar.gz
- MD5 b8b3f7a73032c9ce9daafa4f67196c8c
- PATCHES ${CMAKE_SOURCE_DIR}/third_party/patch/cppjieba/cppjieba.patch001)
- include_directories(${cppjieba_INC}include)
- include_directories(${cppjieba_INC}deps)
- add_library(mindspore::cppjieba ALIAS cppjieba)
|