mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
Install dll in <prefix>/bin
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user