CppApplication, CppComponent, CppLibrary, CppTestSuite, ProductionCppComponent, ProductionSwiftComponent, SwiftApplication, SwiftComponent, SwiftLibrary, SwiftXCTestSuite@Incubating public interface ComponentWithTargetMachines
| Modifier and Type | Method | Description | 
|---|---|---|
| SetProperty<TargetMachine> | getTargetMachines() | Specifies the target machines this component should be built for. | 
SetProperty<TargetMachine> getTargetMachines()
TargetMachineFactory) can be used to construct common operating system and architecture combinations.
 For example:
targetMachines = [machines.linux.x86_64, machines.windows.x86_64]