Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 164 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 164 Bytes

OpenGL template

Compiling

	mkdir build
	cd build
	cmake ..
	make
  • if build succeeds, an executable opengl_template will be created in build/