Actually managed to add SDL2 support somehow

This commit is contained in:
2023-01-16 11:10:18 -08:00
parent 23fc1206ba
commit 15a34bd70b
17 changed files with 347 additions and 1 deletions

View File

@ -36,4 +36,9 @@ target_link_libraries(${DAWN_TARGET_NAME}
if(DAWN_TARGET_GLFW)
add_subdirectory(dawnglfw)
add_subdirectory(dawnopengl)
endif()
if(DAWN_TARGET_SDL2)
add_subdirectory(dawnsdl2)
add_subdirectory(dawnopengl)
endif()