Fix a small regression when building in Macos (#262)

This commit is contained in:
Tillsunset 2022-09-17 06:52:12 -05:00 committed by GitHub
parent c113565fe3
commit 41dcd48048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ add_library(CemuCafe
) )
if(APPLE) if(APPLE)
target_sources(CemuCafe"HW/Latte/Renderer/Vulkan/CocoaSurface.mm") target_sources(CemuCafe PRIVATE "HW/Latte/Renderer/Vulkan/CocoaSurface.mm")
endif() endif()
set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>") set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")