Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 147 Bytes

File metadata and controls

9 lines (7 loc) · 147 Bytes

build for win

ENV: Visual Studio 2022

mkdir build && cd build
cmake ..
MSBuild.exe VideoPlayer.sln -t:Rebuild -p:Configuration=Release