Add premake submodule

This commit is contained in:
Guilherme Werner
2023-12-16 09:23:39 -03:00
parent 06e7d628e7
commit 99ced22285
10 changed files with 12 additions and 30 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env pwsh
git submodule update --init --recursive
if ($IsWindows)
{
}