A library or framework to link against when an entity from this module is used.
More...
#include "clang/Basic/Module.h"
A library or framework to link against when an entity from this module is used.
Definition at line 296 of file Module.h.
| clang::Module::LinkLibrary::LinkLibrary |
( |
| ) |
|
|
inline |
| clang::Module::LinkLibrary::LinkLibrary |
( |
const std::string & |
Library, |
|
|
bool |
IsFramework |
|
) |
| |
|
inline |
| bool clang::Module::LinkLibrary::IsFramework |
Whether this is a framework rather than a library.
Definition at line 308 of file 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 305 of file Module.h.
The documentation for this struct was generated from the following file: