mirror of
https://git.chinosk6.cn/chinosk/gkms-localify-dmm.git
synced 2026-02-04 09:04:53 +00:00
初始适配
This commit is contained in:
18
deps/rapidjson.lua
vendored
Normal file
18
deps/rapidjson.lua
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
rapidjson = {
|
||||
source = path.join(dependencies.basePath, "rapidjson"),
|
||||
}
|
||||
|
||||
function rapidjson.import()
|
||||
rapidjson.includes()
|
||||
end
|
||||
|
||||
function rapidjson.includes()
|
||||
includedirs {
|
||||
path.join(rapidjson.source, "include")
|
||||
}
|
||||
end
|
||||
|
||||
function rapidjson.project()
|
||||
end
|
||||
|
||||
table.insert(dependencies, rapidjson)
|
||||
Reference in New Issue
Block a user