mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
10 lines
223 B
Batchfile
10 lines
223 B
Batchfile
REM Copyright The OpenTelemetry Authors
|
|
REM SPDX-License-Identifier: Apache-2.0
|
|
|
|
@echo off
|
|
pushd %~dp0
|
|
set "PATH=%ProgramFiles%\LLVM-12\bin;%PATH%"
|
|
set BUILDTOOLS_VERSION=clang-12
|
|
set CMAKE_GEN=Ninja
|
|
call build.cmd %*
|
|
popd
|