Actually managed to add SDL2 support somehow
This commit is contained in:
@ -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()
|
Reference in New Issue
Block a user