AWS Developer Tools Blog

Tag: cmake

Developer Experience of the AWS SDK for C++ Now Simplified by CMake

Building a cross-platform C or C++ project is tedious and time consuming. You often have to manage build files for each platform’s build system. On Unix-like systems, you might use Make, while on Windows you would have to use MSBuild. To make matters worse, in each of these build systems you have to manually maintain […]

Using CMake Exports with the AWS SDK for C++

This is our very first C++ blog post for the AWS Developer blog. There will be more to come. We are excited to receive and share feedback with the C++ community. This first post will start where most projects start, with the building of a simple program. Building an application in C++ can be a […]