[Kernel] XeCryptAes using openluopworld/aes_128

This commit is contained in:
Triang3l 2019-04-14 18:08:07 +03:00
parent 88bb173c9d
commit 85e26c5dde
6 changed files with 147 additions and 0 deletions

View file

@ -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")