mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-11 22:40:49 +01:00
update definition of C++ gradle projects
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
.DS_Store
|
||||
.gradle
|
||||
**/build/
|
||||
build/
|
||||
|
||||
@@ -144,8 +144,6 @@ because gradle is using "Build by convention".
|
||||
No further configuration is needed.
|
||||
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-20131122230018
|
||||
|
||||
How to run:
|
||||
|
||||
cd gradle-cpp-plugin/01-hello-muni
|
||||
@@ -173,7 +171,6 @@ How to run:
|
||||
|
||||
### 03-hello-muni-with-debug ###
|
||||
|
||||
Current implementation of C++ support in Gradle is in early stage, but it's very promising.
|
||||
This example shows how to update build script to add debug flags for compilers like GCC or VS.
|
||||
|
||||
How to run:
|
||||
|
||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.10-20131122230018+0000-bin.zip
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-2.1-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user