diff options
| author | [email protected] <[email protected]> | 2021-08-25 18:40:20 +0800 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2021-08-25 18:40:20 +0800 |
| commit | 1aca701f127e94a7fbf60a996328083fed665f56 (patch) | |
| tree | 699c72e52f5a4f0a4251d79c2d23df8bef8ea58d /client/CMakeLists.txt | |
| parent | 67bafbefc972158f9ddd4fb9e45dc76ff2c8a540 (diff) | |
增加HTTP Post上传配置接口,支持主从双机备份与同步(冷备)
Diffstat (limited to 'client/CMakeLists.txt')
| -rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 9c13e61..1a8eb2a 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,4 +1,4 @@ -set (DORIS_CLIENT_SRC doris_client_fetch.cpp doris_client_http.cpp doris_client_transfer.cpp nirvana_conhash.cpp nirvana_murmurhash.cpp) +set (DORIS_CLIENT_SRC doris_client_fetch.cpp doris_client_produce.cpp doris_client_http.cpp doris_client_transfer.cpp nirvana_conhash.cpp nirvana_murmurhash.cpp) add_definitions(-fPIC -Wall -g) |
