I adapted the project to use CMake as a development alternative. There are probably scenarios where some specific configuration is missing (for example building for Android).
I tried to make it as easy as possible to use, where CMake is responsible for downloading dependencies and detecting new .c files in the src folder.
This version has been tested on Linux (gcc 13.2.0) and WSL2 (using Ubuntu 20.2). In all cases it was possible to compile and run the base project.
Hi
I adapted the project to use CMake as a development alternative. There are probably scenarios where some specific configuration is missing (for example building for Android).
I tried to make it as easy as possible to use, where CMake is responsible for downloading dependencies and detecting new .c files in the
src
folder.This version has been tested on Linux (gcc 13.2.0) and WSL2 (using Ubuntu 20.2). In all cases it was possible to compile and run the base project.