Steps to Run

  • First check your .gitignore
  • Check your CMakeLists.txt that it generates the executables you want
  • cd build
  • cmake ..
  • make
  • cd CMakeFiles
  • ./<executable_here>