clang 22.0.0git
|
A library or framework to link against when an entity from this module is used. More...
#include "clang/Basic/Module.h"
Public Member Functions | |
LinkLibrary ()=default | |
LinkLibrary (const std::string &Library, bool IsFramework) |
Public Attributes | |
std::string | Library |
The library to link against. | |
bool | IsFramework = false |
Whether this is a framework rather than a library. |
A library or framework to link against when an entity from this module is used.
|
default |
|
inline |
Definition at line 505 of file Module.h.
References IsFramework, and Library.
Whether this is a framework rather than a library.
Definition at line 515 of file Module.h.
Referenced by LinkLibrary().
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 512 of file Module.h.
Referenced by LinkLibrary().