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 /server/CMakeLists.txt | |
| parent | 67bafbefc972158f9ddd4fb9e45dc76ff2c8a540 (diff) | |
增加HTTP Post上传配置接口,支持主从双机备份与同步(冷备)
Diffstat (limited to 'server/CMakeLists.txt')
| -rw-r--r-- | server/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 3f609ed..92077dc 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -4,7 +4,7 @@ add_definitions(-fPIC -Wall -g) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D__FILENAME__='\"$(subst ${CMAKE_CURRENT_SOURCE_DIR}/,,$(abspath $<))\"'") add_executable(doris ${NIRVANA_PLATFORM_SRC}) -target_link_libraries(doris doris_client_static libMesaMonitor libevent-static libevent-pthreads-static libcurl-static libevent-openssl-static openssl-ssl-static openssl-crypto-static cjson libLevelDB) +target_link_libraries(doris doris_client_static libMesaMonitor libevent-static libevent-pthreads-static libcurl-static libevent-openssl-static openssl-ssl-static openssl-crypto-static cjson) target_link_libraries(doris MESA_handle_logger MESA_htable MESA_prof_load MESA_field_stat2 pthread z dl) set_target_properties(doris PROPERTIES CLEAN_DIRECT_OUTPUT 1) target_include_directories(doris PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include) |
