mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
1. src/ -> include/cppjieba/ 2. src/limonp/ -> deps/limonp/ 3. server/husky -> deps/husky/ 4. test/unittest/gtest -> deps/gtest
7 lines
174 B
CMake
7 lines
174 B
CMake
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
|
|
|
ADD_EXECUTABLE(cjserver server.cpp)
|
|
TARGET_LINK_LIBRARIES(cjserver pthread)
|
|
|
|
INSTALL(TARGETS cjserver DESTINATION bin)
|