diff options
| author | Joel Linn <jl@conductive.de> | 2020-02-12 23:11:24 +0100 |
|---|---|---|
| committer | Rick Gibbed <rick@gibbed.us> | 2020-02-20 06:44:34 -0600 |
| commit | 8efa35d9962a5530440d87ceb759d4648ba37cd1 (patch) | |
| tree | 52ad14c7feb8564668e829cc0a4630049d5d5709 /premake5.lua | |
| parent | 64539621b4673f315d743bbbc2520afbe71717e6 (diff) | |
Remove unused yaml-cpp.
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
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") |
