Remove unused yaml-cpp.

This commit is contained in:
Joel Linn
2020-02-12 23:11:24 +01:00
committed by Rick Gibbed
parent 64539621b4
commit 8efa35d996
6 changed files with 1 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2015 Ben Vanik. All rights reserved. *
* Copyright 2020 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
@@ -17,7 +17,6 @@
#include "third_party/capstone/include/capstone/x86.h"
#include "third_party/imgui/imgui.h"
#include "third_party/imgui/imgui_internal.h"
#include "third_party/yaml-cpp/include/yaml-cpp/yaml.h"
#include "xenia/base/clock.h"
#include "xenia/base/logging.h"
#include "xenia/base/math.h"

View File

@@ -11,11 +11,9 @@ project("xenia-debug-ui")
"xenia-base",
"xenia-cpu",
"xenia-ui",
"yaml-cpp",
})
defines({
})
includedirs({
project_root.."/third_party/yaml-cpp/include/",
})
local_platform_files()