mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added buildcommand
This commit is contained in:
@@ -7,4 +7,7 @@ TargetType = "BeefLib"
|
||||
StartupObject = "GlitchyEngineHelper.Program"
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
BuildCommandsOnCompile = "IfFilesChanged"
|
||||
BuildCommandsOnRun = "IfFilesChanged"
|
||||
LibPaths = ["$(ProjectDir)/out/build/x64-debug/GlitchyEngineHelper.lib"]
|
||||
PostBuildCmds = ["$(ProjectDir)\\..\\bin\\vscmake.bat x64 $(ProjectDir) x64-debug"]
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
@if not defined _echo echo off
|
||||
|
||||
for /f "usebackq tokens=*" %%i in (`vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.CMake.Project -property installationPath`) do (
|
||||
if exist "%%i\VC\Auxiliary\Build\vcvarsall.bat" (
|
||||
"%%i\VC\Auxiliary\Build\vcvarsall.bat" %1
|
||||
cd /D %2
|
||||
cmake --preset %3
|
||||
)
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user