no /gedg/ in the catalog so i'm asking here:
how do you build SDL_image and SDL_ttf as static libraries? building SDL statically is easy enough:
cmake -S . -B build -DSDL_SHARED=OFF -DSDL-STATIC=ON
but as far as i can tell, those flags don't exist for image and ttf.