Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 297 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 297 Bytes

Ball Pit C++20 modules

Build the ball pit simulation with C++20 modules.

At this time, even CMake 3.22 requires Visual Studio 2019/2022 with Visual Studio generator.

cmake -B build -G "Visual Studio 16 2019"

cmake --build build --config Release

creates build/Release/ball_pit.exe