Package org.gradle.language.cpp
Interface CppPlatform
public interface CppPlatform
A target platform for building C++ binaries.
- Since:
- 4.5
- 
Method SummaryModifier and TypeMethodDescriptionReturns the target machine for this platform.
- 
Method Details- 
getTargetMachineTargetMachine getTargetMachine()Returns the target machine for this platform.- Since:
- 5.2
 
 
-