# sdl2 cmake project-config input for ./configure scripts set(prefix "/Users/peng/project/ffmpeg/yuv-player/third_party/SDL2-2.0.8/_build") set(exec_prefix "${prefix}") set(libdir "${exec_prefix}/lib") set(SDL2_PREFIX "/Users/peng/project/ffmpeg/yuv-player/third_party/SDL2-2.0.8/_build") set(SDL2_EXEC_PREFIX "/Users/peng/project/ffmpeg/yuv-player/third_party/SDL2-2.0.8/_build") set(SDL2_LIBDIR "${exec_prefix}/lib") set(SDL2_INCLUDE_DIRS "${prefix}/include/SDL2") set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} -lSDL2 ") string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)