Add build jobs arg
All checks were successful
Build / Build (linux) (push) Successful in 31s
Build / Build (windows) (push) Successful in 34s

This commit is contained in:
2026-06-29 10:38:10 -04:00
parent e6dff25b62
commit 00b4a22c9e
6 changed files with 17 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ class Application {
bool m_DryRun;
bool m_Verbose;
bool m_Multithreaded;
int m_BuildJobs;
BuildType m_BuildType;
Command m_Command;