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

This commit is contained in:
Tillsunset
2022-09-17 13:52:12 +02:00
committed by GitHub
parent c113565fe3
commit 41dcd48048
+1 -1
View File
@@ -467,7 +467,7 @@ add_library(CemuCafe
)
if(APPLE)
target_sources(CemuCafe"HW/Latte/Renderer/Vulkan/CocoaSurface.mm")
target_sources(CemuCafe PRIVATE "HW/Latte/Renderer/Vulkan/CocoaSurface.mm")
endif()
set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")