vhvb1989 / azure-sdk-for-c-samples

varios sample application consuming the Azure SDK for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-sdk-for-c-samples

various sample application consuming the Azure SDK for C

Build

mkdir build
cd build

# consuming sdk alone
cmake ..

# consuming sdk with transport adapter
cmake -DTRANSPORT_CURL=ON -DCMAKE_TOOLCHAIN_FILE=/home/vivazqu/workspace/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux ..

About

varios sample application consuming the Azure SDK for C

License:MIT License


Languages

Language:CMake 44.7%Language:C++ 41.6%Language:C 13.7%