mirror of
https://github.com/RPCS3/asmjit.git
synced 2025-02-22 21:00:35 +00:00
Install if not ASMJIT_EMBED
This commit is contained in:
parent
104e857b6c
commit
f82fd80305
@ -204,7 +204,7 @@ Macro(AsmJit_AddLibrary in_name in_src in_deps in_cflags in_cflags_dbg in_cflags
|
||||
Set_Target_Properties(${in_name} PROPERTIES LINK_FLAGS "${ASMJIT_LFLAGS}")
|
||||
|
||||
# Install Instructions.
|
||||
If(NOT ASMJIT_STATIC)
|
||||
If(NOT ASMJIT_EMBED)
|
||||
Install(TARGETS ${in_name} DESTINATION lib)
|
||||
EndIf()
|
||||
|
||||
@ -298,7 +298,7 @@ EndIf()
|
||||
# [AsmJit - Headers]
|
||||
# =============================================================================
|
||||
|
||||
If(NOT ASMJIT_STATIC)
|
||||
If(NOT ASMJIT_EMBED)
|
||||
ForEach(i ${ASMJIT_SRC})
|
||||
Get_Filename_Component(path ${i} PATH)
|
||||
Get_Filename_Component(name ${i} NAME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user