From: Mathieu Malaterre Date: Wed, 28 Dec 2011 20:09:14 +0000 (+0000) Subject: Install lib in /lib and dll in /bin X-Git-Tag: version.1.5~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e3900780dd723b66c3bcd733bc58961f974b945;p=openjpeg Install lib in /lib and dll in /bin --- 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