mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
fix installation of static library (#185)
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
This commit is contained in:
committed by
Petr Kobalicek
parent
bf2130caac
commit
a3cd6fa26d
@@ -302,7 +302,7 @@ if (NOT __CXX_INCLUDED)
|
|||||||
target_compile_options(${target} PRIVATE ${cflags} $<$<CONFIG:Debug>:${cflags_dbg}> $<$<NOT:$<CONFIG:Debug>>:${cflags_rel}>)
|
target_compile_options(${target} PRIVATE ${cflags} $<$<CONFIG:Debug>:${cflags_dbg}> $<$<NOT:$<CONFIG:Debug>>:${cflags_rel}>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT ${PRODUCT}_STATIC)
|
if(NOT ${PRODUCT}_EMBED)
|
||||||
install(TARGETS ${target} RUNTIME DESTINATION "bin"
|
install(TARGETS ${target} RUNTIME DESTINATION "bin"
|
||||||
LIBRARY DESTINATION "lib${LIB_SUFFIX}"
|
LIBRARY DESTINATION "lib${LIB_SUFFIX}"
|
||||||
ARCHIVE DESTINATION "lib${LIB_SUFFIX}")
|
ARCHIVE DESTINATION "lib${LIB_SUFFIX}")
|
||||||
|
|||||||
Reference in New Issue
Block a user