ENH: Sync with ITK repository
This commit is contained in:
parent
61e353d652
commit
55fb4d0b67
|
@ -1,6 +1,6 @@
|
||||||
INCLUDE_REGULAR_EXPRESSION("^.*$")
|
INCLUDE_REGULAR_EXPRESSION("^.*$")
|
||||||
# Defines the source code for the library
|
# Defines the source code for the library
|
||||||
SET(openjpeg_SRCS
|
SET(OpenJPEG_SRCS
|
||||||
bio.c
|
bio.c
|
||||||
cio.c
|
cio.c
|
||||||
dwt.c
|
dwt.c
|
||||||
|
@ -33,5 +33,7 @@ IF (WIN32)
|
||||||
ENDIF (WIN32)
|
ENDIF (WIN32)
|
||||||
|
|
||||||
# Create the library
|
# 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)
|
||||||
|
|
Loading…
Reference in New Issue