diff options
author | Benjamin Eikel <cmake@eikel.org> | 2012-09-04 14:16:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-25 17:52:40 (GMT) |
commit | 61a566c02a9d611a7c7c38f888745405ad952735 (patch) | |
tree | e60f76491deb718d2f508fced9466520c3bf179c /Modules/FindSDL.cmake | |
parent | 22154c7fc23e32c97952e368f7437999576ea082 (diff) | |
download | CMake-61a566c02a9d611a7c7c38f888745405ad952735.zip CMake-61a566c02a9d611a7c7c38f888745405ad952735.tar.gz CMake-61a566c02a9d611a7c7c38f888745405ad952735.tar.bz2 |
FindSDL: Format documentation
Diffstat (limited to 'Modules/FindSDL.cmake')
-rw-r--r-- | Modules/FindSDL.cmake | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake index 487c5d3..22a71b3 100644 --- a/Modules/FindSDL.cmake +++ b/Modules/FindSDL.cmake @@ -1,16 +1,16 @@ -# Locate SDL library +# - Locate SDL library # This module defines -# SDL_LIBRARY, the name of the library to link against -# SDL_FOUND, if false, do not try to link to SDL -# SDL_INCLUDE_DIR, where to find SDL.h +# SDL_LIBRARY, the name of the library to link against +# SDL_FOUND, if false, do not try to link to SDL +# SDL_INCLUDE_DIR, where to find SDL.h # # This module responds to the the flag: -# SDL_BUILDING_LIBRARY -# If this is defined, then no SDL_main will be linked in because -# only applications need main(). -# Otherwise, it is assumed you are building an application and this -# module will attempt to locate and set the the proper link flags -# as part of the returned SDL_LIBRARY variable. +# SDL_BUILDING_LIBRARY +# If this is defined, then no SDL_main will be linked in because +# only applications need main(). +# Otherwise, it is assumed you are building an application and this +# module will attempt to locate and set the the proper link flags +# as part of the returned SDL_LIBRARY variable. # # Don't forget to include SDLmain.h and SDLmain.m your project for the # OS X framework based version. (Other versions link to -lSDLmain which |