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