Skip to content

Commit

Permalink
Add Vulkan dxc component to find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirtsu55 committed Nov 14, 2023
1 parent 550e6c9 commit 78e8e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25)

project("Vulray")

find_package(Vulkan 1.3 REQUIRED)
find_package(Vulkan 1.3 COMPONENTS dxc)


# -------------- Options --------------
Expand Down

0 comments on commit 78e8e87

Please sign in to comment.