|
clang
3.8.0
|
A library or framework to link against when an entity from this module is used. More...
#include <Module.h>
Public Member Functions | |
| LinkLibrary () | |
| LinkLibrary (const std::string &Library, bool IsFramework) | |
Public Attributes | |
| std::string | Library |
| The library to link against. More... | |
| bool | IsFramework |
| Whether this is a framework rather than a library. More... | |
A library or framework to link against when an entity from this module is used.
Definition at line 258 of file Basic/Module.h.
|
inline |
Definition at line 259 of file Basic/Module.h.
|
inline |
Definition at line 260 of file Basic/Module.h.
| bool clang::Module::LinkLibrary::IsFramework |
Whether this is a framework rather than a library.
Definition at line 270 of file Basic/Module.h.
| std::string clang::Module::LinkLibrary::Library |
The library to link against.
This will typically be a library or framework name, but can also be an absolute path to the library or framework.
Definition at line 267 of file Basic/Module.h.
1.8.6