mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 19:54:20 +00:00
Generate project with openapi generator
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user