Skip to content

Commit

Permalink
Check for Vulkan when building (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalFan authored Aug 17, 2024
1 parent 5042bdc commit 98f9c38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# External dependencies.
find_package(Qt6 COMPONENTS Widgets REQUIRED)
find_package(Threads REQUIRED)
if(WIN32 OR (UNIX AND NOT APPLE))
find_package(Vulkan REQUIRED)
endif()

if(APPLE)
find_library(HYPERVISOR Hypervisor REQUIRED)
Expand Down

0 comments on commit 98f9c38

Please sign in to comment.