mirror of https://github.com/libsdl-org/SDL
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
//
|
|
// config.xcconfig
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
// Include any optional config for this build
|
|
#include? "build.xcconfig"
|
|
|
|
CONFIG_PREPROCESSOR_DEFINITIONS = $(inherited) $(SDL_PREPROCESSOR_DEFINITIONS)
|
|
CONFIG_FRAMEWORK_LDFLAGS = $(inherited)
|