bring in cmake

This commit is contained in:
wyy 2013-11-03 04:42:39 -08:00
parent 3089e9bf95
commit 0a980536ab
2 changed files with 5 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
PROJECT(CPPJIEBA)
ADD_SUBDIRECTORY(cppjieba)
ADD_SUBDIRECTORY(husky)
ADD_SUBDIRECTORY(limonp)

1
cppjieba/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
ADD_LIBRARY(cppjieba)