diff options
author | Brad King <brad.king@kitware.com> | 2014-10-22 20:49:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-22 20:49:09 (GMT) |
commit | 7d8879bb8da21216822e97e500fe3c873b791901 (patch) | |
tree | 67f32fe62897405010a1b5bc1ebe6b1672e43bb7 /Modules/FindPNG.cmake | |
parent | be9872933d58fc56acb5181f5c04cfd06e6f6c25 (diff) | |
parent | 80b19a7127e48dfc0e8cd0162359ae149e537638 (diff) | |
download | CMake-7d8879bb8da21216822e97e500fe3c873b791901.zip CMake-7d8879bb8da21216822e97e500fe3c873b791901.tar.gz CMake-7d8879bb8da21216822e97e500fe3c873b791901.tar.bz2 |
Merge branch 'doc-line-lengths' into release
Diffstat (limited to 'Modules/FindPNG.cmake')
-rw-r--r-- | Modules/FindPNG.cmake | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake index fa04bf0..7cf3f22 100644 --- a/Modules/FindPNG.cmake +++ b/Modules/FindPNG.cmake @@ -10,19 +10,22 @@ # # It defines the following variables # -# :: -# -# PNG_INCLUDE_DIRS, where to find png.h, etc. -# PNG_LIBRARIES, the libraries to link against to use PNG. -# PNG_DEFINITIONS - You should add_definitons(${PNG_DEFINITIONS}) before compiling code that includes png library files. -# PNG_FOUND, If false, do not try to use PNG. -# PNG_VERSION_STRING - the version of the PNG library found (since CMake 2.8.8) +# ``PNG_INCLUDE_DIRS`` +# where to find png.h, etc. +# ``PNG_LIBRARIES`` +# the libraries to link against to use PNG. +# ``PNG_DEFINITIONS`` +# You should add_definitons(${PNG_DEFINITIONS}) before compiling code +# that includes png library files. +# ``PNG_FOUND`` +# If false, do not try to use PNG. +# ``PNG_VERSION_STRING`` +# the version of the PNG library found (since CMake 2.8.8) # # Also defined, but not for general use are # -# :: -# -# PNG_LIBRARY, where to find the PNG library. +# ``PNG_LIBRARY`` +# where to find the PNG library. # # For backward compatiblity the variable PNG_INCLUDE_DIR is also set. # It has the same value as PNG_INCLUDE_DIRS. |