arch linux cmake fixes

set(SDL2_LIBDIR "/usr/lib") set(SDL2_INCLUDE_DIRS "/usr/include/SDL2") set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} -lSDL2")

these were copied from void

Edited by Odilitime