Skip to content

Commit

Permalink
协议更换为protobuf生成
Browse files Browse the repository at this point in the history
  • Loading branch information
skywb committed May 20, 2019
1 parent 0a089a6 commit 75b9e06
Show file tree
Hide file tree
Showing 24 changed files with 1,798 additions and 1,374 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ add_subdirectory(IM)
add_subdirectory(reactor)
add_subdirectory(util)
add_subdirectory(dao)
add_subdirectory(server)
add_subdirectory(test)


Expand Down
2 changes: 2 additions & 0 deletions IM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ aux_source_directory(. DIR_LIB_SRCS)
#add_library(IM ${DIR_LIB_SRCS})

add_library(IM SHARED ${DIR_LIB_SRCS})
target_link_libraries(IM protobuf)



SET(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
Expand Down
282 changes: 0 additions & 282 deletions IM/IMProtocol.cpp

This file was deleted.

Loading

0 comments on commit 75b9e06

Please sign in to comment.