diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 19:46:04 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2002-09-02 19:46:04 (GMT) |
commit | c82608591728c8c88d0ef596655808eda93664a2 (patch) | |
tree | cc04202251556d479088130de8b623a49d0e47e2 /Modules/FindPNG.cmake | |
parent | 8600beb1ed81dccbe427c78d501c81a6c46eee69 (diff) | |
download | CMake-c82608591728c8c88d0ef596655808eda93664a2.zip CMake-c82608591728c8c88d0ef596655808eda93664a2.tar.gz CMake-c82608591728c8c88d0ef596655808eda93664a2.tar.bz2 |
Copied the X11 PNG and ZLIB functoinality from VXL
Diffstat (limited to 'Modules/FindPNG.cmake')
-rw-r--r-- | Modules/FindPNG.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake index 528a17f..897f2ee 100644 --- a/Modules/FindPNG.cmake +++ b/Modules/FindPNG.cmake @@ -6,6 +6,7 @@ # PNG_INCLUDE_DIR, where to find png.h, etc. # PNG_LIBRARIES, the libraries to link against to use PNG. # PNG_FOUND, If false, do try to use PNG. +# PNG_DEFINITIONS - You should ADD_DEFINITONS(${PNG_DEFINITIONS}) before compiling code that includes png library files. # also defined, but not for general use are # PNG_LIBRARY, where to find the PNG library. |