gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.language.cpp
/
ProductionCppComponent
Production
Cpp
Component
interface
ProductionCppComponent
:
CppComponent
,
ProductionComponent
Represents a C++ component that is the main product of a project.
Inheritors
CppApplication
CppLibrary
Members
Functions
get
Base
Name
Link copied to clipboard
abstract
fun
getBaseName
(
)
:
Property
<
String
>
get
Binaries
Link copied to clipboard
abstract
fun
getBinaries
(
)
:
BinaryCollection
<
out
SoftwareComponent
>
abstract
fun
getBinaries
(
)
:
BinaryCollection
<
out
CppBinary
>
get
Cpp
Source
Link copied to clipboard
abstract
fun
getCppSource
(
)
:
FileCollection
get
Dependencies
Link copied to clipboard
abstract
fun
getDependencies
(
)
:
ComponentDependencies
get
Development
Binary
Link copied to clipboard
abstract
fun
getDevelopmentBinary
(
)
:
Provider
<
out
CppBinary
>
get
Header
Files
Link copied to clipboard
abstract
fun
getHeaderFiles
(
)
:
FileTree
get
Implementation
Dependencies
Link copied to clipboard
abstract
fun
getImplementationDependencies
(
)
:
Configuration
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
get
Private
Header
Dirs
Link copied to clipboard
abstract
fun
getPrivateHeaderDirs
(
)
:
FileCollection
get
Private
Headers
Link copied to clipboard
abstract
fun
getPrivateHeaders
(
)
:
ConfigurableFileCollection
get
Source
Link copied to clipboard
abstract
fun
getSource
(
)
:
ConfigurableFileCollection
get
Target
Machines
Link copied to clipboard
abstract
fun
getTargetMachines
(
)
:
SetProperty
<
TargetMachine
>
private
Headers
Link copied to clipboard
abstract
fun
privateHeaders
(
action
:
Action
<
out
Any
>
)
source
Link copied to clipboard
abstract
fun
source
(
action
:
Action
<
out
Any
>
)