mxcop / cmake-sdl2-gl

CMake SDL2 and OpenGL template project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate project files :

$ cmake -S . -B bin

Build the project :

$ cmake --build bin

Build the project (release) :

$ cmake --build bin --config Release

About

CMake SDL2 and OpenGL template project


Languages

Language:C++ 66.3%Language:CMake 33.7%