CSetting
A C language build setting.
struct CSetting
Configuring C Settings
static func define(String, to: String?, BuildSettingCondition?
) -> CSetting Defines a value for a macro.
static func headerSearchPath(String, BuildSettingCondition?
) -> CSetting Provides a header search path relative to the target’s directory.
static func unsafeFlags([String], BuildSettingCondition?
) -> CSetting Sets unsafe flags to pass arbitrary command-line flags to the corresponding build tool.