mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-21 18:17:10 +01:00
Fix how to use VULKAN_SDK under Visual Studio (#8092)
Environment variables are referenced with brackets not curly braces. Copying and using the line will not result frustration.
This commit is contained in:
parent
9c76ee368a
commit
6e0289a0c3
@ -2,7 +2,7 @@ The package vulkan does not provide cmake or visual studio integration directly.
|
||||
However, it can still easily be used.
|
||||
|
||||
Visual Studio:
|
||||
Include ${VULKAN_SDK}/include to your include path.
|
||||
Include $(VULKAN_SDK)/include to your include path.
|
||||
|
||||
CMake:
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user