diff --git a/Tools/copy-binaries.cmd b/Tools/copy-binaries.cmd index ffbecd4..a80df06 100644 --- a/Tools/copy-binaries.cmd +++ b/Tools/copy-binaries.cmd @@ -16,4 +16,9 @@ mkdir ..\..\Release\Next\Library\Linker copy ..\x64\Release\Whisper.lib ..\..\Release\Next\Library\Linker\ rem debug symbols -copy ..\x64\Release\Whisper.pdb ..\..\Release\Next\ \ No newline at end of file +copy ..\x64\Release\Whisper.pdb ..\..\Release\Next\ + +rem C++ CLI example +mkdir ..\..\Release\Next\cli +copy ..\x64\Release\Whisper.dll ..\..\Release\Next\cli\ +copy ..\x64\Release\main.exe ..\..\Release\Next\cli\ \ No newline at end of file