Based off the SFML/C++ tutorial found at: https://thatgamesguy.co.uk/
This will serve as a project game engine to be used for future projects.
- conan
- cmake
Create build directory and switch to it
mkdir build && cd build
Run cmake
cmake ..
cmake --build .