aboutsummaryrefslogtreecommitdiff
path: root/ports/vulkan
diff options
context:
space:
mode:
Diffstat (limited to 'ports/vulkan')
-rw-r--r--ports/vulkan/usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/vulkan/usage b/ports/vulkan/usage
index 7924cf3cd..62130b840 100644
--- a/ports/vulkan/usage
+++ b/ports/vulkan/usage
@@ -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)