ENH: Sync with ITK repository

This commit is contained in:
Mathieu Malaterre 2006-01-25 18:18:09 +00:00
parent 61e353d652
commit 55fb4d0b67
1 changed files with 4 additions and 2 deletions

View File

@ -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)