mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): add vendored SDL 3.0.0 library
This commit is contained in:
parent
934e0fb600
commit
cf257c771f
1698 changed files with 630612 additions and 0 deletions
5069
vendor/sdl-3.0.0/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
vendored
Normal file
5069
vendor/sdl-3.0.0/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
vendored
Normal file
File diff suppressed because it is too large
Load diff
14
vendor/sdl-3.0.0/Xcode/SDLTest/config.xcconfig
vendored
Normal file
14
vendor/sdl-3.0.0/Xcode/SDLTest/config.xcconfig
vendored
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
|
||||
// This allows you to set DEVELOPMENT_TEAM for all targets, for example.
|
||||
#include? "build.xcconfig"
|
||||
|
||||
CONFIG_FRAMEWORK_LDFLAGS = -lSDL3_test
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue