Skip to content

digitsensitive/sdl-cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Basic SDL3/C/CMake-Template

Windows

You need to generate the SDL3.dll file first. To generate it, follow these steps:

  1. Navigate to cd vendors/sdl/build
  2. Build cmake ..
  3. Build make
  4. Copy SDL3.dll from vendors/sdl/build into the folder with your executable

Submodules

Update

git submodule update <specific path to submodule>

About

Basic SDL3/C/CMake-Template

Resources

Stars

Watchers

Forks