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 ...@@ -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: It's designed to be a fairly standard cmake project, so the standard cmake steps should work:
```bash ```bash
mkdir build cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cd build cmake --build build
cmake ..
make
``` ```
The library should also build the test scene (`demo`). There is a shellscript in the root of the 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