If you want to have the lib in a projects `libs` dir or so you can simply add `-DCMAKE_INSTALL_PREFIX=./res` to the cmake command and copy the dirs from res to you libs folder
```bash
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release # Make sure to build in Release Mode (exept you want to debug some issues)
| <imgsrc="https://github.com/tobid7.png"alt="https://github.com/tobid7"width="48"/> | [tobid7](https://github.com/tobid7) | main dev of RenderD7, Palladium |
| <imgsrc="https://github.com/Universal-Team.png"alt="https://github.com/Universal-Team"width="48"/> | [Universal-Team](https://github.com/Universal-Team) | Inspiration for Lang System, Cia Installer Code |
| <imgsrc="https://github.com/nothings.png"alt="https://github.com/nothings"width="48"/> | [nothings](https://github.com/nothings) | stb_image(_write) and stb_truetype |
| <imgsrc="https://github.com/nlohmann.png"alt="https://github.com/nlohmann"width="48"/> | [nlohmann](https://github.com/nlohmann) | for json.hpp |