mxcop / sdl3-tmpl

SDL3 CMake Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL3 CMake Template

Development

To start developing, first generate the CMake project files :

$ cmake .

Next you can try building the project :

$ cmake --build . --config <mode>

! Running the build

You must add the SDL3.dll library to the same directory as your executable. (/Debug | /Release)
You can find SDL3.dll in /_deps/sdl-build/Debug/.


CMake

Generating the Project files

On Windows this will generate the .sln file

$ cmake .

Building the Project

Change the <mode> to the build mode (Debug | Release)

$ cmake --build . --config <mode>

About

SDL3 CMake Template


Languages

Language:CMake 59.8%Language:C++ 40.2%