chore: move asset marker to ZoneCommon

This commit is contained in:
Jan Laupetin
2025-12-23 15:40:48 +01:00
parent e14f37f493
commit c73b2ed838
6 changed files with 29 additions and 7 deletions
+13 -2
View File
@@ -43,9 +43,20 @@ function ZoneCommon:project()
files {
path.join(folder, "ZoneCommon/**.h"),
path.join(folder, "ZoneCommon/**.cpp")
path.join(folder, "ZoneCommon/**.cpp"),
ZoneCode:allMarkFiles()
}
vpaths {
["*"] = {
path.join(folder, "ZoneCommon"),
path.join(BuildFolder(), "src/ZoneCode")
}
}
lzx:include(includes)
self:include(includes)
lzx:include(includes)
ZoneCode:include(includes)
ZoneCode:use()
end