mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
build-deps.cmd - add example use
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
:: This batch file expects CMake generator as %1 and build configuration type as %2. If not provided,
|
:: This batch file expects CMake generator as %1 and build configuration type as %2. If not provided,
|
||||||
:: a deduced generator will be used for %1 and BUILD_CFG_DEFAULT for %2 (both set in vs-cfg.cmd)
|
:: a deduced generator will be used for %1 and BUILD_CFG_DEFAULT for %2 (both set in vs-cfg.cmd)
|
||||||
:: Optionally a build type (Build/Rebuild/Clean) can be passed as %3.
|
:: Optionally a build type (Build/Rebuild/Clean) can be passed as %3.
|
||||||
|
::
|
||||||
|
:: Example usage (all arguments are optional):
|
||||||
|
:: build-deps.cmd vs2022-x64 RelWithDebInfo Build
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
Reference in New Issue
Block a user