ZeroTierOne/ext/opentelemetry-cpp-1.21.0/tools/build-clang.cmd
2025-07-11 10:37:21 -07:00

10 lines
217 B
Batchfile

REM Copyright The OpenTelemetry Authors
REM SPDX-License-Identifier: Apache-2.0
@echo off
pushd %~dp0
set "PATH=%ProgramFiles%\LLVM\bin;%PATH%"
set BUILDTOOLS_VERSION=clang
set CMAKE_GEN=Ninja
call build.cmd %*
popd