2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 16:27:27 +00:00

Change Utils and ZoneWriting vpaths in premake scripts to properly represent folder structure

This commit is contained in:
Jan
2019-10-25 15:30:23 +02:00
parent 034de70bbc
commit dc61dd1bce
2 changed files with 12 additions and 0 deletions

View File

@@ -28,5 +28,11 @@ function Utils:project()
path.join(folder, "Utils/**.cpp")
}
vpaths {
["*"] = {
path.join(folder, "Utils")
}
}
self:include()
end