mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
mcl: Build as PIC
This commit is contained in:
parent
57af72a567
commit
e3199f8f65
2 changed files with 2 additions and 1 deletions
1
externals/mcl/src/CMakeLists.txt
vendored
1
externals/mcl/src/CMakeLists.txt
vendored
|
|
@ -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