mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07: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