Skip to content

Instantly share code, notes, and snippets.

@m-tmatma
Created November 15, 2020 05:27
Show Gist options
  • Save m-tmatma/5458dc4396a6a10179465a9db2d2ab3e to your computer and use it in GitHub Desktop.
Save m-tmatma/5458dc4396a6a10179465a9db2d2ab3e to your computer and use it in GitHub Desktop.
set SOURCEDIR=%~dp0wireshark
set OUTDIR=%~dp0build2019
set PLATFORM=x64
set QT5_BASE_DIR=C:\Qt\5.15.0\msvc2019_64
set WIRESHARK_BASE_DIR=%~dp0wireshark-libs
cd /d %SOURCEDIR%
cmake -E time cmake -G "Visual Studio 16 2019" -S %SOURCEDIR% -B %OUTDIR%
cmake -G "Visual Studio 16 2019" -S %SOURCEDIR% -B %OUTDIR%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment