mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 05:58:19 +01:00
Squashed 'externals/mcl/' changes from a86a53843..761b7c05e
761b7c05e mcl: Build as PIC 4aad0b5e6 mcl/bit: Simplify sign_extend 0733afd2a mcl: Fix bug in non-template mcl::bit::ones e26df0587 mcl: bit_field: Fix incorrect argument order in replicate_element git-subtree-dir: externals/mcl git-subtree-split: 761b7c05e80d789acf572b52175b852c6509e753
This commit is contained in:
parent
7eb1d05f63
commit
5da4668a0d
5 changed files with 52 additions and 13 deletions
|
|
@ -63,6 +63,7 @@ target_include_directories(mcl
|
|||
)
|
||||
target_compile_options(mcl PRIVATE ${MCL_CXX_FLAGS})
|
||||
target_link_libraries(mcl PUBLIC $<BUILD_INTERFACE:fmt::fmt>)
|
||||
set_property(TARGET mcl PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
add_library(merry::mcl ALIAS mcl)
|
||||
|
||||
include(CreateTargetDirectoryGroups)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue