Edit

kc3-lang/SDL/include/SDL_revision.h.cmake

Branch :

  • Show log

    Commit

  • Author : Cameron Cawley
    Date : 2021-09-09 17:59:47
    Hash : 67aacfe5
    Message : cmake: Retrieve the git revision on platforms without bash

  • include/SDL_revision.h.cmake
  • #cmakedefine SDL_REVISION "@SDL_REVISION@"
    #define SDL_REVISION_NUMBER 0
    
    #ifndef SDL_REVISION
    #define SDL_REVISION ""
    #endif