summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorJoel Linn <jl@conductive.de>2020-02-12 23:11:24 +0100
committerRick Gibbed <rick@gibbed.us>2020-02-20 06:44:34 -0600
commit8efa35d9962a5530440d87ceb759d4648ba37cd1 (patch)
tree52ad14c7feb8564668e829cc0a4630049d5d5709 /premake5.lua
parent64539621b4673f315d743bbbc2520afbe71717e6 (diff)
Remove unused yaml-cpp.
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 91b8c2342..28fdba89e 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -222,7 +222,6 @@ solution("xenia")
include("third_party/spirv-tools.lua")
include("third_party/volk.lua")
include("third_party/xxhash.lua")
- include("third_party/yaml-cpp.lua")
include("src/xenia")
include("src/xenia/app")