Added config.xcconfig to the Xcode build

This commit is contained in:
Sam Lantinga
2024-10-14 09:25:05 -07:00
parent 9fac4b9f5f
commit 46835650db
2 changed files with 20 additions and 0 deletions

12
Xcode/SDL/config.xcconfig Normal file
View File

@@ -0,0 +1,12 @@
//
// 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)