[Build] Link SDL2 to xenia-app

Addresses a build issue that seems to occur now that xenia-app is not
getting SDL2 through one of its submodues
This commit is contained in:
Wunkolo 2024-06-23 13:48:12 -07:00
parent aa4a3e09e4
commit a0f6cd7a49
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ project("xenia-app")
"libavcodec", "libavcodec",
"libavutil", "libavutil",
"mspack", "mspack",
"SDL2",
"snappy", "snappy",
"xxhash", "xxhash",
}) })