/bce-cppsdk

Switch the build system of C++ SDK of BOS (Baidu Object Storage) to cmake

Primary LanguageC++

Baidu Object Storage(BOS) SDK implemented by C++

Make BOS C++ SDK buildable with CMake, so that it can be easily integrated with other CMake-based projects. Currently this fork is only targeting Linux.

How To Build

mkdir build && cd build
cmake ..
make