Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 351 Bytes

COMP345 Fall 2019

Alex Frappier Lachapelle, 40019133

Alex Hayeur, 40017682

William Kingbede, 27324383

Compiling and Running

Cmake is required to compile this project

Commands needed to compile

mkdir build
cd build
cmake ..
cmake --build .

After this, the directory will have all the executables