mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
asdfasdf
This commit is contained in:
parent
18cad7544f
commit
285bc9171f
1 changed files with 2 additions and 2 deletions
|
@ -958,8 +958,8 @@ endif()
|
|||
|
||||
if (WITH_RENDER_METAL)
|
||||
if (APPLE)
|
||||
list(APPEND GUI_SOURCES src/gui/render/renderMetal.cpp)
|
||||
list(APPEND GUI_SOURCES extern/imgui_patched/backends/imgui_impl_metal.cpp)
|
||||
list(APPEND GUI_SOURCES src/gui/render/renderMetal.mm)
|
||||
list(APPEND GUI_SOURCES extern/imgui_patched/backends/imgui_impl_metal.mm)
|
||||
list(APPEND DEPENDENCIES_DEFINES HAVE_RENDER_METAL)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES "-framework Metal")
|
||||
list(APPEND DEPENDENCIES_LIBRARIES "-framework MetalKit")
|
||||
|
|
Loading…
Reference in a new issue