summaryrefslogtreecommitdiff
path: root/libopenjpeg
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-28 20:10:44 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-28 20:10:44 +0000
commit80f69364b00b0c8f6f86cc04e7a06eb903bb8ba6 (patch)
treea3a7fdc8ce740d705ba8f8ed77a81f5204f7e581 /libopenjpeg
parent2e3900780dd723b66c3bcd733bc58961f974b945 (diff)
Fix for static libs
Diffstat (limited to 'libopenjpeg')
-rw-r--r--libopenjpeg/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/CMakeLists.txt b/libopenjpeg/CMakeLists.txt
index 93115333..33edfc33 100644
--- a/libopenjpeg/CMakeLists.txt
+++ b/libopenjpeg/CMakeLists.txt
@@ -50,6 +50,7 @@ INSTALL(TARGETS ${OPENJPEG_LIBRARY_NAME}
EXPORT OpenJPEGTargets
RUNTIME DESTINATION ${OPENJPEG_INSTALL_BIN_DIR} COMPONENT Applications
LIBRARY DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
+ ARCHIVE DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
)
# Install includes files