From 55fb4d0b67bab2dc4a4901f783c551ca3baafd2b Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Wed, 25 Jan 2006 18:18:09 +0000 Subject: [PATCH] ENH: Sync with ITK repository --- libopenjpeg/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libopenjpeg/CMakeLists.txt b/libopenjpeg/CMakeLists.txt index bd3dcbc5..752e8945 100644 --- a/libopenjpeg/CMakeLists.txt +++ b/libopenjpeg/CMakeLists.txt @@ -1,6 +1,6 @@ INCLUDE_REGULAR_EXPRESSION("^.*$") # Defines the source code for the library -SET(openjpeg_SRCS +SET(OpenJPEG_SRCS bio.c cio.c dwt.c @@ -33,5 +33,7 @@ IF (WIN32) ENDIF (WIN32) # Create the library -ADD_LIBRARY(${OPJ_PREFIX}openjpeg ${openjpeg_SRCS}) +ADD_LIBRARY(${OPJ_PREFIX}openjpeg ${OpenJPEG_SRCS}) +# Install library +INSTALL_TARGETS(/lib/ ${OPJ_PREFIX}openjpeg)