diff options
| author | Triang3l <triang3l@yandex.ru> | 2019-04-14 18:08:07 +0300 |
|---|---|---|
| committer | Triang3l <triang3l@yandex.ru> | 2019-04-14 18:08:07 +0300 |
| commit | 85e26c5dde4f5bb9d1e46fc4caa42ea3354d8fc5 (patch) | |
| tree | f8f0237deecda8f1f1c09fbe4136a6be7aef466c /premake5.lua | |
| parent | 88bb173c9d50f7ba8207b51a5f248b3fd82ec248 (diff) | |
[Kernel] XeCryptAes using openluopworld/aes_128
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index 87c481292..4660867f5 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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") |
