TODO: Replace "TODO" messages with your own text TODO: Add a description of your project here TODO: Add a representative image for your project here
Windows
Open git bash to the directory containing this repository.
project-template $ mkdir build
project-template $ cd build
project-template/build $ cmake ..
project-template/build $ start project-template.sln
Your solution file should contain four projects. To run from the git bash command shell,
project-template/build $ ../bin/Debug/demo.exe
macOS
Open terminal to the directory containing this repository.
project-template $ mkdir build
project-template $ cd build
project-template/build $ cmake ..
project-template/build $ make
To run each program from build, you would type
project-template/build $ ../bin/demo
TODO: Document the main demos your viewer
TODO: Show the unique features you made