2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-11 11:11:50 +00:00

chore: move asset marker to ZoneCommon

This commit is contained in:
Jan Laupetin
2025-12-15 22:52:34 +00:00
parent e14f37f493
commit c73b2ed838
6 changed files with 29 additions and 7 deletions

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