TVPN/build-dll.bat
Steven Tracey dd8970758a
Some checks failed
TVPN Actions Workflow / build (push) Has been cancelled
[CI SKIP] Added kotlin 😢
2024-10-28 18:15:23 -04:00

3 lines
189 B
Batchfile

@echo off
cmake -DCMAKE_BUILD_TYPE=Release -G "CodeBlocks - MinGW Makefiles" -S .\src\main\cpp -B .\src\main\cpp\build
cmake --build .\src\main\cpp\build --target wireguard_wrapper -- -j 14