summaryrefslogtreecommitdiff
path: root/libopenjpeg
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-28 20:09:14 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-28 20:09:14 +0000
commit2e3900780dd723b66c3bcd733bc58961f974b945 (patch)
tree89e30d3c9c5c653eff7271c551bd8f1c24decd47 /libopenjpeg
parentd530d35024b1a833a0507d5a8a8e8075899487aa (diff)
Install lib in /lib and dll in /bin
Diffstat (limited to 'libopenjpeg')
-rw-r--r--libopenjpeg/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopenjpeg/CMakeLists.txt b/libopenjpeg/CMakeLists.txt
index c51e2d29..93115333 100644
--- a/libopenjpeg/CMakeLists.txt
+++ b/libopenjpeg/CMakeLists.txt
@@ -48,7 +48,8 @@ ENDIF(BUILD_JPWL)
# Install library
INSTALL(TARGETS ${OPENJPEG_LIBRARY_NAME}
EXPORT OpenJPEGTargets
- DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
+ RUNTIME DESTINATION ${OPENJPEG_INSTALL_BIN_DIR} COMPONENT Applications
+ LIBRARY DESTINATION ${OPENJPEG_INSTALL_LIB_DIR} COMPONENT Libraries
)
# Install includes files