Files
retro-rpg/README
2024-12-25 18:09:04 +00:00

11 lines
166 B
Plaintext

2D GAME
The build is handled with CMake (version 3.10 or later):
cmake -B build
cmake --build build
To then run unit tests:
ctest --test-dir build