From 0075f37077aa8ff68d3413681bd7f689c0db4a77 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Fri, 22 Nov 2013 20:27:54 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b09ba..9395c10 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ Gradle Example of building C/C++ project by Gradle. Gradle is using build.gradle file in main project directory. -Check out project layout. Source code is stored in src/main/cpp. +Check out project layout. Source code is stored in src/main/cpp, +because gradle is using "Build by convention". This is defined by convention and Gradle is able to use it, no further configuration is needed. Gradle is able to determine compiler chain and use available compiler, e.g. g++ or Visual Studio.