Map of SC::Build::Link flags (library paths, LTO switch etc.)
More...
#include <Build.h>
Map of SC::Build::Link flags (library paths, LTO switch etc.)
◆ addFrameworks()
bool SC::Build::LinkFlags::addFrameworks |
( |
Span< const StringView > |
frameworks, |
|
|
PlatformApple |
appleOS = PlatformApple::Any |
|
) |
| |
|
inline |
Add framework to list of frameworks to link.
◆ addLibraries()
bool SC::Build::LinkFlags::addLibraries |
( |
Span< const StringView > |
libraries | ) |
|
|
inline |
Add more libraries to list of libraries to link.
◆ addSearchPath()
bool SC::Build::LinkFlags::addSearchPath |
( |
Span< const StringView > |
libraries | ) |
|
|
inline |
Add the given paths to the library search paths list.
The documentation for this struct was generated from the following file: