mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-30 00:40:25 +08:00
add migratenew
This commit is contained in:
@@ -16,11 +16,13 @@ link_directories("/usr/local/lib")
|
||||
add_executable(simple-dict-server server.c dict.c crypto.c)
|
||||
add_executable(simple-dict-client client.c crypto.c)
|
||||
add_executable(migrate migrate.c)
|
||||
add_executable(migratenew migratenew.c)
|
||||
add_executable(cfgwriter cfgwriter.c)
|
||||
|
||||
target_link_libraries(simple-dict-server scrypto spb pthread)
|
||||
target_link_libraries(simple-dict-client scrypto pthread)
|
||||
target_link_libraries(migrate spb)
|
||||
target_link_libraries(migratenew spb)
|
||||
target_link_libraries(cfgwriter spb)
|
||||
|
||||
INSTALL(TARGETS simple-dict-server RUNTIME DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user