CMAKE commands

cmake .. -G "Visual Studio 17 2022" -A x64 --fresh --log-level=ERROR
cmake --build . --clean-first -v --config Release --target FightClubGameTestRunner

Last updated