summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2018-05-31 04:23:07 -0700
committerStenzek <stenzek@gmail.com>2018-11-07 05:12:20 -0800
commitc7a2b1572bba57d78bea78455f9cd1ab95cd36db (patch)
tree684de826a6e5e005d6c253042781b6a41ddfc544 /Source/Core/VideoBackends
parent041b977523e203c26c139ae4bdfa31a113072cd0 (diff)
CMake: Build Vulkan backend on macOS
Diffstat (limited to 'Source/Core/VideoBackends')
-rw-r--r--Source/Core/VideoBackends/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/CMakeLists.txt b/Source/Core/VideoBackends/CMakeLists.txt
index 119f92bca8..e670dd7d4a 100644
--- a/Source/Core/VideoBackends/CMakeLists.txt
+++ b/Source/Core/VideoBackends/CMakeLists.txt
@@ -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()