cppjieba/CMakeLists.txt

4 lines
72 B
CMake

PROJECT(CPPJIEBA)
ADD_DEFINITIONS(-std=c++0x -O3)
ADD_SUBDIRECTORY(src)