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)
|
1
lib/SDL
Submodule
1
lib/SDL
Submodule
Submodule lib/SDL added at 5d1e6b28d9
Reference in New Issue
Block a user