2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-20 17:54:34 +00:00

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

@ -1,3 +1,3 @@
@echo off
call .\vendor\premake\windows\premake5.exe vs2022
call .\vendor\premake-core\windows\premake5.exe vs2022

@ -2,9 +2,9 @@
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
./vendor/premake/linux/premake5 gmake2
./vendor/premake-core/linux/premake5 gmake2
elif [ "$(uname)" = "Darwin" ]
then
./vendor/premake/mac/premake5 xcode4
./vendor/premake-core/mac/premake5 xcode4
fi