mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-09-07 00:37:27 +00:00
.github
deps
src
tools
.clang-format
.gitignore
.gitmodules
LICENSE
README.md
generate.bat
premake5.lua
5 lines
108 B
Batchfile
5 lines
108 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
call git submodule update --init --recursive
|
|
tools\premake5 %* vs2022
|