Generate project with openapi generator

This commit is contained in:
2025-05-28 13:56:37 -03:00
parent 79bfdecaf8
commit d3fb88a65d
116 changed files with 36001 additions and 184 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env pwsh
$env:VCPKG_ROOT = "D:\Program Files\vcpkg"
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"
git submodule update --init --recursive
if ($IsWindows)