2022-09-27 23:28:28 -06:00
|
|
|
//
|
|
|
|
// config.xcconfig
|
|
|
|
// SDL tests
|
|
|
|
//
|
|
|
|
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
|
|
|
|
// Include any optional config for this build
|
2023-07-31 19:37:14 -06:00
|
|
|
// This allows you to set DEVELOPMENT_TEAM for all targets, for example.
|
2022-09-27 23:28:28 -06:00
|
|
|
#include? "build.xcconfig"
|
|
|
|
|
2023-07-31 19:37:14 -06:00
|
|
|
CONFIG_FRAMEWORK_LDFLAGS = -lSDL3_test
|
|
|
|
|