first commit
This commit is contained in:
13
install-deps-debug.bat
Normal file
13
install-deps-debug.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo Installing Debug dependencies
|
||||
echo ========================================
|
||||
conan install . --build=missing -s build_type=Debug
|
||||
if %errorlevel% neq 0 (
|
||||
echo.
|
||||
echo [ERROR] Conan install failed!
|
||||
exit /b %errorlevel%
|
||||
)
|
||||
echo.
|
||||
echo [SUCCESS] Debug dependencies installed!
|
||||
echo.
|
||||
Reference in New Issue
Block a user