mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-09-08 01:56:11 -05:00
Fix a small regression when building in Macos (#262)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user