]> granicus.if.org Git - openjpeg/commitdiff
ENH: Sync with ITK repository
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Wed, 25 Jan 2006 18:18:09 +0000 (18:18 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Wed, 25 Jan 2006 18:18:09 +0000 (18:18 +0000)
libopenjpeg/CMakeLists.txt

index bd3dcbc517cd71467a1316161955b91178c63444..752e8945f08f5e9c1827c05d9c6f8cfa363b8deb 100644 (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)