Install dll in <prefix>/bin

This commit is contained in:
xantares
2014-07-17 07:13:29 +00:00
parent f82fd80305
commit 2475e3f80a

View File

@@ -205,7 +205,9 @@ Macro(AsmJit_AddLibrary in_name in_src in_deps in_cflags in_cflags_dbg in_cflags
# Install Instructions. # Install Instructions.
If(NOT ASMJIT_EMBED) If(NOT ASMJIT_EMBED)
Install(TARGETS ${in_name} DESTINATION lib) Install(TARGETS ${in_name} LIBRARY DESTINATION lib${LIB_SUFFIX}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
RUNTIME DESTINATION bin)
EndIf() EndIf()
Unset(__type) Unset(__type)