This project is structured according to C++ file structure best practices. Uses,
- C++ 11
- CMake
- Make (Makefile)
Extract or clone the repository, and open terminal inside.
cd bin/
cmake ../
#to build
make
#to build & run
make run
#enjoy!
MIT
This project is structured according to C++ file structure best practices.
C++
This project is structured according to C++ file structure best practices. Uses,
Extract or clone the repository, and open terminal inside.
cd bin/
cmake ../
#to build
make
#to build & run
make run
#enjoy!
MIT