mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
mkdir src and mv cppjieba limonp husky demo into it
This commit is contained in:
parent
4680586e65
commit
a6e6568b85
@ -6,6 +6,5 @@ ADD_LIBRARY(cppjieba SHARED ${LIBCPPJIEBA_SRC})
|
|||||||
|
|
||||||
SET_TARGET_PROPERTIES(cppjieba PROPERTIES VERSION 1.2 SOVERSION 1)
|
SET_TARGET_PROPERTIES(cppjieba PROPERTIES VERSION 1.2 SOVERSION 1)
|
||||||
|
|
||||||
|
|
||||||
INSTALL(TARGETS cppjieba LIBRARY DESTINATION lib/CppJieba)
|
INSTALL(TARGETS cppjieba LIBRARY DESTINATION lib/CppJieba)
|
||||||
INSTALL(FILES ChineseFilter.hpp HMMSegment.h KeyWordExt.h MPSegment.h structs.h Trie.h globals.h ISegment.hpp MixSegment.h SegmentBase.hpp TransCode.hpp DESTINATION include/CppJieba)
|
INSTALL(FILES ChineseFilter.hpp HMMSegment.h KeyWordExt.h MPSegment.h structs.h Trie.h globals.h ISegment.hpp MixSegment.h SegmentBase.hpp TransCode.hpp DESTINATION include/CppJieba)
|
Loading…
x
Reference in New Issue
Block a user