1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-17 17:10:31 +08:00

优化代码结构

This commit is contained in:
源文雨
2022-04-17 21:12:36 +08:00
parent 09107be7f0
commit 2496afddfb
4 changed files with 138 additions and 147 deletions

View File

@@ -17,7 +17,7 @@ link_directories("/usr/local/lib")
add_compile_options(-std=gnu99)
message(STATUS "optional:-std=gnu99")
add_executable(simple-dict-server server.c dict.c crypto.c)
add_executable(simple-dict-server server.c crypto.c)
add_executable(simple-dict-client client.c crypto.c)
add_executable(cfgwriter cfgwriter.c)
#add_executable(migrate migrate.c)