Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 845 Bytes

ProzProgProject

Preview

Minesweeper. This project is part of a university assignment for the module "Prozedurale Programmierung" at TUHH.

Software Requirements

Dependencies

All dependencies are resolved automaticlaly, there is no need to install any dependency

How to run

To configure the project into a new build directory, run:

cmake -S path/to/source -B path/to/build -G"MinGW Makefiles"

To build it, run:

cmake --build path/to/build

This will create an executable at bin/app(.exe) in the root of the build folder