JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.plugins.cpp.compiler.capability
Interface AgainstLibrary
All Known Subinterfaces:
StandardCppCompiler
public interface
AgainstLibrary
Can compile against libraries
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
libs
(
Iterable
<
Library
> libs)
Compile against the given libs (collection must be live, i.e.
Method Detail
libs
void libs(
Iterable
<
Library
> libs)
Compile against the given libs (collection must be live, i.e. changes respected)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method