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

Submodule third_party/yaml-cpp deleted from e92321aee5

View File

@@ -1,17 +0,0 @@
group("third_party")
project("yaml-cpp")
uuid("47bfe853-a3f8-4902-921d-d564608ff355")
kind("StaticLib")
language("C++")
defines({
"_LIB",
})
includedirs({
"yaml-cpp/include/",
})
recursive_platform_files("yaml-cpp/include/yaml-cpp")
recursive_platform_files("yaml-cpp/src")
filter("platforms:Windows")
warnings("Off") -- Too many warnings.