mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:04:18 +00:00
Create c++ project
This commit is contained in:
14
bootstrap.ps1
Normal file
14
bootstrap.ps1
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
if ($IsWindows)
|
||||
{
|
||||
& "./vendor/premake/windows/premake5.exe" "vs2022"
|
||||
}
|
||||
elseif ($IsMacOS)
|
||||
{
|
||||
& "./vendor/premake/mac/premake5" "xcode4"
|
||||
}
|
||||
elseif ($IsLinux)
|
||||
{
|
||||
& "./vendor/premake/linux/premake5" "gmake2"
|
||||
}
|
Reference in New Issue
Block a user