Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
214 B
Batchfile
Executable File

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