mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 22:18:58 +01:00
CMake: Build Vulkan backend on macOS
This commit is contained in:
parent
041b977523
commit
c7a2b1572b
@ -293,6 +293,7 @@ PUBLIC
|
||||
videonull
|
||||
videoogl
|
||||
videosoftware
|
||||
videovulkan
|
||||
|
||||
PRIVATE
|
||||
${LZO}
|
||||
@ -322,10 +323,6 @@ if(LIBUSB_FOUND)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(NOT APPLE)
|
||||
target_link_libraries(core PUBLIC videovulkan)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
target_sources(core PRIVATE
|
||||
HW/EXI/BBA-TAP/TAP_Win32.cpp
|
||||
|
@ -1,11 +1,9 @@
|
||||
add_subdirectory(OGL)
|
||||
add_subdirectory(Null)
|
||||
add_subdirectory(Software)
|
||||
add_subdirectory(Vulkan)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
add_subdirectory(D3D)
|
||||
endif()
|
||||
|
||||
if(NOT APPLE)
|
||||
add_subdirectory(Vulkan)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user