For tomorrow windows executor, move it

This commit is contained in:
crazywhalecc
2025-06-09 09:24:31 +08:00
parent 3497b2a760
commit f46b714990
25 changed files with 25 additions and 25 deletions

View File

@@ -4,9 +4,9 @@ declare(strict_types=1);
namespace SPC\builder\unix\library;
use SPC\builder\unix\executor\UnixCMakeExecutor;
use SPC\exception\FileSystemException;
use SPC\exception\RuntimeException;
use SPC\util\executor\UnixCMakeExecutor;
trait zstd
{