mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
4 lines
72 B
CMake
4 lines
72 B
CMake
PROJECT(CPPJIEBA)
|
|
ADD_DEFINITIONS(-std=c++0x -O3)
|
|
ADD_SUBDIRECTORY(src)
|