mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Change Utils and ZoneWriting vpaths in premake scripts to properly represent folder structure
This commit is contained in:
parent
034de70bbc
commit
dc61dd1bce
@ -28,5 +28,11 @@ function Utils:project()
|
|||||||
path.join(folder, "Utils/**.cpp")
|
path.join(folder, "Utils/**.cpp")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vpaths {
|
||||||
|
["*"] = {
|
||||||
|
path.join(folder, "Utils")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
self:include()
|
self:include()
|
||||||
end
|
end
|
||||||
|
@ -35,6 +35,12 @@ function ZoneWriting:project()
|
|||||||
path.join(folder, "ZoneWriting/**.cpp")
|
path.join(folder, "ZoneWriting/**.cpp")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vpaths {
|
||||||
|
["*"] = {
|
||||||
|
path.join(folder, "ZoneWriting")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
self:include()
|
self:include()
|
||||||
Crypto:include()
|
Crypto:include()
|
||||||
Utils:include()
|
Utils:include()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user