增加测试客户端程序

This commit is contained in:
pengxuanzheng
2021-04-26 13:59:36 +08:00
committed by 彭宣正
parent bba4e436a3
commit 9377d7912c
10 changed files with 213 additions and 184 deletions

View File

@@ -9,12 +9,17 @@ set(CMKAE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -shared -fPIC")
add_library(${lib_name}_shared SHARED hos_client.cpp hos_hash.cpp)
target_link_libraries(${lib_name}_shared
"-Wl,--whole-archive"
libaws-c-common.a
libaws-checksums.a
libaws-c-event-stream.a
libaws-cpp-sdk-core.a
libaws-cpp-sdk-s3.a
"-Wl,--no-whole-archive"
libMESA_field_stat2.so
libcurl.so
libpthread.so)
libpthread.so
libMESA_prof_load.so
libMESA_field_stat2.so
libMESA_handle_logger.so)
set_target_properties(${lib_name}_shared PROPERTIES OUTPUT_NAME ${lib_name})
#for ASAN