Link flags (library paths, libraries to link, etc.) More...
#include <Build.h>
Public Attributes | |
Vector< String > | libraryPaths |
Libraries search paths list. More... | |
Vector< String > | libraries |
Names of libraries to link. More... | |
Vector< String > | frameworks |
Frameworks to link on both iOS and macOS. More... | |
Vector< String > | frameworksIOS |
Frameworks to link on iOS only. More... | |
Vector< String > | frameworksMacOS |
Frameworks to link on macOS only. More... | |
Parameter< bool > | enableASAN = false |
Enable linking Address Sanitizer. More... | |
Parameter< bool > | enableStdCpp = false |
Enable and link C++ Standard Library. More... | |
Link flags (library paths, libraries to link, etc.)
Parameter<bool> SC::Build::LinkFlags::enableASAN = false |
Enable linking Address Sanitizer.
Parameter<bool> SC::Build::LinkFlags::enableStdCpp = false |
Enable and link C++ Standard Library.