cmake: add SDL2 support to cmake build script

This commit is contained in:
Anonymous Maarten
2020-11-30 20:22:18 +01:00
parent 4e13e65b1c
commit f713d5d2d7
6 changed files with 83 additions and 23 deletions

View File

@ -1,5 +1,6 @@
add_library(librw_skeleton
glfw.cpp
sdl2.cpp
skeleton.cpp
skeleton.h
win.cpp