Gradle Native Code Workshop by Daz DeBoer and Rene Groeschke:
Gradle is quickly becoming a contender for building native code applications. If you have a polyglot codebase and would like to use a single build tool, or if you simply want to take advantage of powerful modelling and build automation, Gradle could prove to be the C/C++ build tool you've been wishing for.
In this 3hr workshop, you'll get hands-on experience at using Gradle to build an application with C, C++ and maybe even some Assembler.
Learn how to:
Build static libraries, shared libraries and executables
Build variants for multiple platforms using different tool chains
Define and build debug, debug-optimised and release variants
Publish and resolve native libraries Unit test your source code Integrate your project with Visual Studio or CDE And much more…