summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-01-25 18:18:09 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-01-25 18:18:09 +0000
commit55fb4d0b67bab2dc4a4901f783c551ca3baafd2b (patch)
treea515807b3946e5624245763ba37cb92123787bb8
parent61e353d652275d94e896e70cf5e6d2d193688d9f (diff)
ENH: Sync with ITK repository
-rw-r--r--libopenjpeg/CMakeLists.txt6
1 files 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)