ZoneWriting stuff

This commit is contained in:
Jan
2021-03-16 12:37:15 +01:00
parent 9d26c9c927
commit 4feea62280
15 changed files with 625 additions and 38 deletions

View File

@ -37,12 +37,14 @@ function ZoneWriting:project()
files {
path.join(folder, "ZoneWriting/**.h"),
path.join(folder, "ZoneWriting/**.cpp")
path.join(folder, "ZoneWriting/**.cpp"),
ZoneCode:allWriteFiles()
}
vpaths {
["*"] = {
path.join(folder, "ZoneWriting")
path.join(folder, "ZoneWriting"),
path.join(BuildFolder(), "src/ZoneCode")
}
}
@ -50,6 +52,7 @@ function ZoneWriting:project()
Crypto:include(includes)
Utils:include(includes)
zlib:include(includes)
ZoneCode:include(includes)
ZoneCode:use()
end