Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 346 Bytes

File metadata and controls

26 lines (18 loc) · 346 Bytes

Building with CMake (Linux)

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.

Requirements

  • conan
  • cmake

Build

Create build directory and switch to it

mkdir build && cd build

Run cmake

cmake ..
cmake --build .