View of /trunk/indra/cmake/OpenJPEG.cmake
Parent Directory
|
Revision Log
Revision 135 -
(download)
(annotate)
Sun Mar 7 12:38:03 2010 UTC (3 years, 2 months ago) by mjm
File size: 516 byte(s)
Sun Mar 7 12:38:03 2010 UTC (3 years, 2 months ago) by mjm
File size: 516 byte(s)
Hippo Release v0.6.2
# -*- cmake -*-
include(Prebuilt)
set(OPENJPEG_FIND_QUIETLY ON)
set(OPENJPEG_FIND_REQUIRED ON)
if (STANDALONE)
include(FindOpenJPEG)
else (STANDALONE)
use_prebuilt_binary(openjpeg)
if(WINDOWS)
# Windows has differently named release and debug openjpeg(d) libs.
set(OPENJPEG_LIBRARIES
debug openjpegd
optimized openjpeg)
else(WINDOWS)
set(OPENJPEG_LIBRARIES openjpeg)
endif(WINDOWS)
set(OPENJPEG_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/openjpeg)
endif (STANDALONE)
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

