mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 14:46:19 +00:00
Updated macOS Xcode test programs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
14
Xcode/SDLTest/config.xcconfig
Normal file
14
Xcode/SDLTest/config.xcconfig
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
//
|
||||||
|
// 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
|
||||||
|
#include? "build.xcconfig"
|
||||||
|
|
||||||
|
CONFIG_FRAMEWORK_LDFLAGS[sdk=macos*] = $(inherited) -framework SDL2 -framework AudioToolbox -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreHaptics -framework CoreVideo -framework ForceFeedback -framework GameController -framework IOKit -framework Metal
|
||||||
|
CONFIG_FRAMEWORK_LDFLAGS[sdk=iphone*] = $(inherited) -framework SDL2 -framework AVFoundation -framework AudioToolbox -framework CoreGraphics -framework CoreHaptics -framework CoreMotion -framework Foundation -framework GameController -framework Metal -framework OpenGLES -framework QuartzCore -framework UIKit
|
||||||
|
CONFIG_FRAMEWORK_LDFLAGS[sdk=appletv*] = $(inherited) -framework SDL2 -framework AVFoundation -framework AudioToolbox -framework CoreGraphics -framework CoreHaptics -framework Foundation -framework GameController -framework Metal -framework OpenGLES -framework QuartzCore -framework UIKit
|
||||||
Reference in New Issue
Block a user