mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
Fix a small regression when building in Macos (#262)
This commit is contained in:
parent
c113565fe3
commit
41dcd48048
@ -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>")
|
||||
|
Loading…
Reference in New Issue
Block a user