@Incubating public interface CppApplication extends CppComponent
An instance of this type is added as a project extension by the C++ executable plugin.
Named.Namer
Modifier and Type | Method and Description |
---|---|
CppExecutable |
getDebugExecutable()
Returns the debug executable for this application.
|
CppExecutable |
getDevelopmentBinary()
Returns the binary of the component to use as the default for development.
|
CppExecutable |
getReleaseExecutable()
Returns the release executable for this application.
|
getBaseName, getCppSource, getHeaderFiles, getImplementationDependencies, getPrivateHeaderDirs, getPrivateHeaders, getSource, privateHeaders, source
CppExecutable getDevelopmentBinary()
getDevelopmentBinary
in interface CppComponent
CppExecutable getDebugExecutable()
CppExecutable getReleaseExecutable()