Skip to content

Commit

Permalink
feat(*): adjust mdict class private part
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Feb 7, 2019
1 parent 91c1739 commit aad6972
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 365 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -39,7 +39,7 @@ INCLUDE_DIRECTORIES(/usr/local/include .)


#执行文件链接属性
ADD_EXECUTABLE(mdict mdict.cc binutils.cc xmlutils.cc ripemd128.c adler32.cc)
ADD_EXECUTABLE(mdict mdict.cc binutils.cc xmlutils.cc ripemd128.c adler32.cc mdict_test.cc)
TARGET_LINK_LIBRARIES(mdict z)


Expand Down

0 comments on commit aad6972

Please sign in to comment.