mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
[Kernel] XeCryptAes using openluopworld/aes_128
This commit is contained in:
parent
88bb173c9d
commit
85e26c5dde
6 changed files with 147 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ solution("xenia")
|
|||
configurations({"Checked", "Debug", "Release"})
|
||||
|
||||
-- Include third party files first so they don't have to deal with gflags.
|
||||
include("third_party/aes_128.lua")
|
||||
include("third_party/capstone.lua")
|
||||
include("third_party/gflags.lua")
|
||||
include("third_party/glew.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue