mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
4 lines
118 B
CMake
4 lines
118 B
CMake
SET(LIBHUSKY_SRC Daemon.cpp ServerFrame.cpp)
|
|
INCLUDE_DIRECTORIES(../limonp)
|
|
ADD_LIBRARY(husky SHARED ${LIBHUSKY_SRC})
|