mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-06-10 18:21:11 +00:00
perf: port works woth moltenvk attempting metal backend to improve performance
This commit is contained in:
parent
a0d2390212
commit
a0b0ee81a3
1 changed files with 6 additions and 6 deletions
|
|
@ -465,12 +465,12 @@ if (CMAKE_SYSTEM_NAME STREQUAL "iOS" AND TARGET SDL2::SDL2main)
|
|||
list(PREPEND UNLEASHED_RECOMP_SDL_LIBS SDL2::SDL2main)
|
||||
endif()
|
||||
|
||||
set(UNLEASHED_RECOMP_PLATFORM_LIBS)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
||||
target_link_options(UnleashedRecomp PRIVATE
|
||||
"LINKER:-ObjC"
|
||||
)
|
||||
endif()
|
||||
set(UNLEASHED_RECOMP_PLATFORM_LIBS)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
||||
target_link_options(UnleashedRecomp PRIVATE
|
||||
"LINKER:-ObjC"
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(UnleashedRecomp PRIVATE
|
||||
fmt::fmt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue