Skip to content
Snippets Groups Projects
Commit 5b355183 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

use modern cmake commands

parent ded9f4ff
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,8 @@ A library for building FOSS Games, Educational Resources and Academic Experiment
It's designed to be a fairly standard cmake project, so the standard cmake steps should work:
```bash
mkdir build
cd build
cmake ..
make
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build
```
The library should also build the test scene (`demo`). There is a shellscript in the root of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment