summaryrefslogtreecommitdiff
path: root/libyasm
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2008-05-24 18:30:29 +0000
committerPeter Johnson <peter@tortall.net>2008-05-24 18:30:29 +0000
commit0a3f7ea1b9ceecd6635832924e3cd50b38e75546 (patch)
tree047cad24947824f7e4ede8c76dd1594200b240fd /libyasm
parenteb7b1adb30124353ea0add7a07b569ef72f4646f (diff)
downloadyasm-0a3f7ea1b9ceecd6635832924e3cd50b38e75546.tar.gz
(cmake build) Install DLL files to correct locations on Windows.
svn path=/trunk/yasm/; revision=2102
Diffstat (limited to 'libyasm')
-rw-r--r--libyasm/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libyasm/CMakeLists.txt b/libyasm/CMakeLists.txt
index 125afa0d..f886f734 100644
--- a/libyasm/CMakeLists.txt
+++ b/libyasm/CMakeLists.txt
@@ -37,6 +37,7 @@ SET_TARGET_PROPERTIES(libyasm PROPERTIES
)
INSTALL(TARGETS libyasm
+ RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)