mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-03-21 16:49:38 +01:00
fix typo
This commit is contained in:
@@ -75,7 +75,7 @@ Example of building C/C++ project by Gradle.
|
|||||||
Gradle is using build.gradle file in main project directory.
|
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".
|
because gradle is using "Build by convention".
|
||||||
This is defined by convention and Gradle is able to use it, no further configuration is needed.
|
No further configuration is needed.
|
||||||
Gradle is able to determine compiler chain and use available compiler, e.g. g++ or Visual Studio.
|
Gradle is able to determine compiler chain and use available compiler, e.g. g++ or Visual Studio.
|
||||||
|
|
||||||
Note for Visual Studio 2013: Use Gradle at least night build 1.10-20131122
|
Note for Visual Studio 2013: Use Gradle at least night build 1.10-20131122
|
||||||
|
|||||||
Reference in New Issue
Block a user