update readme

This commit is contained in:
Juraj Michalek
2013-11-22 20:27:54 +01:00
parent 184046961d
commit 0075f37077

View File

@@ -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.