-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed Premake5.exe - Added light wrapper utilities for typical premake operations - Added Quill as dependency (New Logger Library) - Updated all existing premake files to use new light wrapper utilities Updated Submodule Engine Updated Jolt Removed Meshoptimizer
- Loading branch information
Showing
353 changed files
with
6,425 additions
and
46,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,17 @@ | ||
-- Dependencies | ||
Game.dependencyDir = path.getabsolute("Dependencies/", Game.rootDir) | ||
|
||
print("-- Creating Dependencies --") | ||
|
||
Game.dependencyGroup = (Game.name .. "/Dependencies") | ||
group (Game.dependencyGroup) | ||
Solution.Util.Print("-- Creating Dependencies --") | ||
Solution.Util.ClearFilter() | ||
Solution.Util.SetGroup(Solution.DependencyGroup) | ||
|
||
local dependencies = | ||
{ | ||
"jolt/jolt.lua" | ||
} | ||
|
||
for k,v in pairs(dependencies) do | ||
filter { } | ||
include(v) | ||
Solution.Util.ClearFilter() | ||
end | ||
|
||
filter { } | ||
group (Game.name) | ||
|
||
print("-- Finished with Dependencies --\n") | ||
Solution.Util.SetGroup("") | ||
Solution.Util.Print("-- Finished with Dependencies --\n") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.