It would be nice to have a cmake option to link to system sdl3 instead of fetching one from github, just: ```cmake find_package(SDL3 REQUIRED) find_package(SDL3_ttf REQUIRED) ``` or fallback to fetching if the system one is not found.
It would be nice to have a cmake option to link to system sdl3 instead of fetching one from github, just:
or fallback to fetching if the system one is not found.