[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:
parent
aa4a3e09e4
commit
a0f6cd7a49
|
@ -32,6 +32,7 @@ project("xenia-app")
|
||||||
"libavcodec",
|
"libavcodec",
|
||||||
"libavutil",
|
"libavutil",
|
||||||
"mspack",
|
"mspack",
|
||||||
|
"SDL2",
|
||||||
"snappy",
|
"snappy",
|
||||||
"xxhash",
|
"xxhash",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue