microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

Build for Android from MacOS #1679

Open ieshaan12 opened 2 years ago

ieshaan12 commented 2 years ago

I'm trying to build for Android via CMake on MacOS for 64-bit arch (arm64-v8a and x86-64) as well as 32-bit arch (armeabi and x86). There's no direct documentation for this.

I have built openssl, boost, zlib locally on my dev setup and want to use them.

Can anyone help with that?