Skip to content

A template project for building SDL2, SDL2_image, SDL2_mixer, and SDL2_ttf from source and adding them to a desired CMake target.

Notifications You must be signed in to change notification settings

martinstarkov/sdl-from-source-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  1. Open this directory in command line.
  2. Create a build directory using mkdir build
  3. Enter the build directory using cd build
  4. Run CMake using cmake ..
  5. Optionally append -DLIBRARY_TEST_APP=ON to the end of the above command to build a test executable.

About

A template project for building SDL2, SDL2_image, SDL2_mixer, and SDL2_ttf from source and adding them to a desired CMake target.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published