[Kernel] Implemented Game Info Database
This aggregates XDBF and XLAST into one entity. Replaced UserData::Key into more versatile AttributeKey for future usage in properties
This commit is contained in:
10
third_party/pugixml.lua
vendored
Normal file
10
third_party/pugixml.lua
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
group("third_party")
|
||||
project("pugixml")
|
||||
uuid("d1089e5e-46ae-48c9-bee6-d38c674c8f61")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
files({
|
||||
"pugixml/src/pugiconfig.hpp",
|
||||
"pugixml/src/pugixml.cpp",
|
||||
"pugixml/src/pugixml.hpp",
|
||||
})
|
||||
Reference in New Issue
Block a user