summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2017-05-23 17:37:24 (GMT)
committerGitHub <noreply@github.com>2017-05-23 17:37:24 (GMT)
commit6614be7cc407c4018204a0828d0b509b3bc75a2b (patch)
treeebeef1c56ba1fec0102eebd95aca309d013b8610
parent5c97cdfa0db69aa2b22a0abc8fd7cf0d18698fef (diff)
parent4e359f5c35d6c2df3051a9fad64f6b19ac6a918b (diff)
downloadlz4-6614be7cc407c4018204a0828d0b509b3bc75a2b.zip
lz4-6614be7cc407c4018204a0828d0b509b3bc75a2b.tar.gz
lz4-6614be7cc407c4018204a0828d0b509b3bc75a2b.tar.bz2
Merge pull request #359 from PierreNav/dev
Add DLL files to the INSTALL target
-rw-r--r--contrib/cmake_unofficial/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cmake_unofficial/CMakeLists.txt b/contrib/cmake_unofficial/CMakeLists.txt
index e59a756..27c3a78 100644
--- a/contrib/cmake_unofficial/CMakeLists.txt
+++ b/contrib/cmake_unofficial/CMakeLists.txt
@@ -169,7 +169,8 @@ if(NOT LZ4_BUNDLED_MODE)
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
install(TARGETS ${LZ4_LIBRARIES_BUILT}
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
- ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")
+ ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
install(FILES
"${LZ4_LIB_SOURCE_DIR}/lz4.h"
"${LZ4_LIB_SOURCE_DIR}/lz4frame.h"