Example of native code written in C lang built with gradle
- To build example execute script run.sh passing argument "build"
./run.sh build
- To run example execute script run.sh passing argument "run"
./run.sh run
That's it!
Benjamin Mahr - Introduction into C++ Builds with Gradle
Building C++ Applications
Gradle Blog - Introducing the new C++ plugins
Gradle native c application sample