mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
5 lines
97 B
CMake
5 lines
97 B
CMake
PROJECT(CPPJIEBA)
|
|
ADD_SUBDIRECTORY(src)
|
|
ADD_SUBDIRECTORY(src/Husky)
|
|
ADD_SUBDIRECTORY(src/Limonp)
|