Adding yaml-cpp for #428, use rando fork until jbeder/yaml-cpp#342 lands.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "third_party/capstone/include/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"
|
||||
|
||||
@@ -12,10 +12,12 @@ project("xenia-debug-ui")
|
||||
"xenia-cpu",
|
||||
"xenia-debug",
|
||||
"xenia-ui",
|
||||
"yaml-cpp",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
project_root.."/third_party/yaml-cpp/include/",
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
Reference in New Issue
Block a user