mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
Change Utils and ZoneWriting vpaths in premake scripts to properly represent folder structure
This commit is contained in:
@ -28,5 +28,11 @@ function Utils:project()
|
||||
path.join(folder, "Utils/**.cpp")
|
||||
}
|
||||
|
||||
vpaths {
|
||||
["*"] = {
|
||||
path.join(folder, "Utils")
|
||||
}
|
||||
}
|
||||
|
||||
self:include()
|
||||
end
|
||||
|
Reference in New Issue
Block a user