Actually managed to add SDL2 support somehow
This commit is contained in:
@ -12,6 +12,9 @@ add_subdirectory(glfw)
|
||||
# GLM
|
||||
add_subdirectory(glm)
|
||||
|
||||
# SDL
|
||||
add_subdirectory(SDL)
|
||||
|
||||
# STB
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
Reference in New Issue
Block a user