View of /linden_release/linden/indra/cmake/LLImage.cmake
Parent Directory
|
Revision Log
Revision 57 -
(download)
(annotate)
Wed Nov 19 00:33:37 2008 UTC (4 years, 6 months ago) by mjm
File size: 214 byte(s)
Wed Nov 19 00:33:37 2008 UTC (4 years, 6 months ago) by mjm
File size: 214 byte(s)
Importing Linden release 1.21.6 for merging future releases.
# -*- cmake -*-
include(JPEG)
include(PNG)
set(LLIMAGE_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llimage
${JPEG_INCLUDE_DIRS}
)
set(LLIMAGE_LIBRARIES
llimage
${JPEG_LIBRARIES}
${PNG_LIBRARIES}
)
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

