Files
UnrealEngine/Engine/Source/ThirdParty/Protobuf/3.18.0/BuildForUE/CopyIncludes.bat
2025-05-18 13:04:45 +08:00

8 lines
233 B
Batchfile

@rem Copyright Epic Games, Inc. All Rights Reserved.
@echo off
SET ROOT=%~dp0..
rmdir /s /q %ROOT%\include
robocopy %ROOT%\src\google %ROOT%\include\google *.h *.inc *.proto /MIR /XD testdata testing internal /XF *unittest* test_*