11 lines
166 B
Plaintext
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
|