Edit

kc3-lang/SDL/sdl2-config.cmake.in

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2015-12-28 23:29:11
    Hash : 2f592849
    Message : Fixed typo in sdl2-config.cmake.in (thanks, Rafal!). Partially fixes Bugzilla #3208.

  • sdl2-config.cmake.in
  • # sdl2 cmake project-config input for ./configure scripts
    
    set(prefix "@prefix@") 
    set(exec_prefix "@exec_prefix@")
    set(libdir "@libdir@")
    set(SDL2_PREFIX "@prefix@")
    set(SDL2_EXEC_PREFIX "@prefix@")
    set(SDL2_LIBDIR "@libdir@")
    set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
    set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")