Add multithreading tick
All checks were successful
Build / Build (linux) (push) Successful in 35s
Build / Build (windows) (push) Successful in 36s

This commit is contained in:
2026-06-29 10:06:12 -04:00
parent 124560ac29
commit e6dff25b62
4 changed files with 24 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ class Application {
private:
bool m_DryRun;
bool m_Verbose;
bool m_Multithreaded;
BuildType m_BuildType;
Command m_Command;