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:
Sean Farrell 2019-09-09 17:48:38 +02:00 committed by Curtis J Bezault
parent 9c76ee368a
commit 6e0289a0c3

View File

@ -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)