Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 477 Bytes

File metadata and controls

30 lines (21 loc) · 477 Bytes

Accurate C++ Project Structure

N|Solid

This project is structured according to C++ file structure best practices. Uses,

  • C++ 11
  • CMake
  • Make (Makefile)

Instructions to compiling

Extract or clone the repository, and open terminal inside.

cd bin/
cmake ../
    #to build
make
    #to build & run
make run
#enjoy!

License

MIT