Interface VisualCpp
- All Superinterfaces:
- Named,- NativeToolChain,- ToolChain
The Visual C++ tool chain.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionvoideachPlatform(Action<? super VisualCppPlatformToolChain> action) Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.The directory where Visual Studio or Visual C++ is installed.The directory where Windows SDK is installed.voidsetInstallDir(Object installDir) The directory where Visual Studio or Visual C++ is installed.voidsetWindowsSdkDir(Object installDir) The directory where Windows SDK is installed.Methods inherited from interface org.gradle.platform.base.ToolChaingetDisplayName
- 
Method Details- 
getInstallDirFile getInstallDir()The directory where Visual Studio or Visual C++ is installed.
- 
setInstallDirThe directory where Visual Studio or Visual C++ is installed.
- 
getWindowsSdkDirFile getWindowsSdkDir()The directory where Windows SDK is installed.
- 
setWindowsSdkDirThe directory where Windows SDK is installed.
- 
eachPlatformAdds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
 
-