1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-07-01 17:30:26 +08:00

优化代码结构

This commit is contained in:
源文雨
2022-05-15 13:36:30 +08:00
parent 46e80af181
commit 9a7868a49f
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ add_executable(cfgwriter cfgwriter.c)
#add_executable(migratenew migratenew.c)
target_link_libraries(simple-dict-server scrypto libspb.a pthread)
target_link_libraries(simple-dict-client scrypto pthread)
target_link_libraries(simple-dict-client scrypto libspb.a pthread)
target_link_libraries(cfgwriter libspb.a)
#target_link_libraries(migrate libspb.a)