mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-24 01:52:07 +01:00
add c language Visual Studio example
This commit is contained in:
11
README.md
11
README.md
@@ -84,3 +84,14 @@ Gradle automatically detects toolchain e.g. Visual Studio or GCC.
|
||||
gradle mainExecutable
|
||||
|
||||
Binary is stored in build/binaries/mainExecutable
|
||||
|
||||
|
||||
08-c-visual-studio
|
||||
------------------
|
||||
|
||||
Gradle is able to generate project files for Visual Studio for C/C++.
|
||||
|
||||
gradle mainVisualStudio
|
||||
ii .\visualStudio\mainExe.sln
|
||||
|
||||
Solution file is stored in visualStudio/mainExe.sln
|
||||
|
||||
Reference in New Issue
Block a user