Use cmake executor instead of raw command

This commit is contained in:
crazywhalecc
2025-06-09 01:07:30 +08:00
parent 7d26aa533a
commit 1718806042
23 changed files with 151 additions and 394 deletions

View File

@@ -17,6 +17,4 @@ abstract class Executor
{
return new static($library);
}
abstract public function build(): void;
}