mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix bug in cmake
This commit is contained in:
parent
5236c634b2
commit
8271320412
@ -1,4 +1,5 @@
|
||||
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
|
||||
|
||||
INSTALL(FILES HttpReqInfo.hpp ServerFrame.hpp ThreadManager.hpp DESTINATION include/CppJieba/Husky)
|
||||
FILE(GLOB SRCS *.hpp)
|
||||
INSTALL(FILES ${SRCS} DESTINATION include/CppJieba/Husky)
|
||||
|
Loading…
x
Reference in New Issue
Block a user