mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-18 01:26:59 +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
|
.DS_Store
|
||||||
.gradle
|
.gradle
|
||||||
**/build/
|
build/
|
||||||
|
|||||||
@@ -144,8 +144,6 @@ because gradle is using "Build by convention".
|
|||||||
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-20131122230018
|
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
|
|
||||||
cd gradle-cpp-plugin/01-hello-muni
|
cd gradle-cpp-plugin/01-hello-muni
|
||||||
@@ -173,7 +171,6 @@ How to run:
|
|||||||
|
|
||||||
### 03-hello-muni-with-debug ###
|
### 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.
|
This example shows how to update build script to add debug flags for compilers like GCC or VS.
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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