mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
6 lines
121 B
CMake
6 lines
121 B
CMake
PROJECT(CPPJIEBA)
|
|
ADD_SUBDIRECTORY(src)
|
|
ADD_SUBDIRECTORY(src/husky)
|
|
ADD_SUBDIRECTORY(src/limonp)
|
|
ADD_SUBDIRECTORY(dicts)
|