8 lines
214 B
Batchfile
Executable File
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_*
|