• Show log

    Commit

  • Hash : db94dfb1
    Author : Sam Lantinga
    Date : 2018-04-23T21:55:59

    Fixed bug 4144 - CMake complains about trailing spaces in sdl2.pc
    
     Azamat H. Hackimov
    
    When you try use SDL2 2.0.8 in CMake project in Linux, it complains about trailing spaces in sdl2.pc:
    
    CMake Error at CMakeLists.txt:147 (add_executable):
      Target "TestSimpleMain" links to item "-L/usr/lib64 -lSDL2 " which has
      leading or trailing whitespace.  This is now an error according to policy
      CMP0004.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)