mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Kernel] Add forgotten aes_128 library reference
This commit is contained in:
parent
85e26c5dde
commit
ab4d344fb0
|
|
@ -8,6 +8,7 @@ project("xenia-app")
|
||||||
targetname("xenia")
|
targetname("xenia")
|
||||||
language("C++")
|
language("C++")
|
||||||
links({
|
links({
|
||||||
|
"aes_128",
|
||||||
"capstone",
|
"capstone",
|
||||||
"gflags",
|
"gflags",
|
||||||
"glew",
|
"glew",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue