summaryrefslogtreecommitdiff
path: root/libopenjpeg
diff options
context:
space:
mode:
Diffstat (limited to 'libopenjpeg')
-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)