mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-17 17:10:31 +08:00
优化代码结构
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user