/cmake-sdl2-gl

CMake SDL2 and OpenGL template project

Primary LanguageC++

Generate project files :

$ cmake -S . -B bin

Build the project :

$ cmake --build bin

Build the project (release) :

$ cmake --build bin --config Release