mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
7 lines
296 B
CMake
7 lines
296 B
CMake
SET(LIBHUSKY_SRC Daemon.cpp ServerFrame.cpp)
|
|
INCLUDE_DIRECTORIES(../limonp)
|
|
ADD_LIBRARY(husky SHARED ${LIBHUSKY_SRC})
|
|
|
|
INSTALL(TARGETS husky LIBRARY DESTINATION lib/CppJieba)
|
|
INSTALL(FILES Daemon.h globals.h HttpReqInfo.hpp ServerFrame.h ThreadManager.hpp DESTINATION include/CppJieba/Husky)
|