summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorTriang3l <triang3l@yandex.ru>2019-04-14 18:08:07 +0300
committerTriang3l <triang3l@yandex.ru>2019-04-14 18:08:07 +0300
commit85e26c5dde4f5bb9d1e46fc4caa42ea3354d8fc5 (patch)
treef8f0237deecda8f1f1c09fbe4136a6be7aef466c /premake5.lua
parent88bb173c9d50f7ba8207b51a5f248b3fd82ec248 (diff)
[Kernel] XeCryptAes using openluopworld/aes_128
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
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")