gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.tooling.model.cpp
/
CppApplication
Cpp
Application
interface
CppApplication
:
CppComponent
A C++ application.
Members
Functions
get
Base
Name
Link copied to clipboard
abstract
fun
getBaseName
(
)
:
String
get
Binaries
Link copied to clipboard
abstract
fun
getBinaries
(
)
:
DomainObjectSet
<
out
CppBinary
>
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String