We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76abce commit f89df94Copy full SHA for f89df94
en/02_Development_environment.adoc
@@ -129,7 +129,7 @@ find_package (Vulkan REQUIRED)
129
add_library(VulkanCppModule)
130
add_library(Vulkan::cppm ALIAS VulkanCppModule)
131
132
-ttarget_compile_definitions(VulkanCppModule PUBLIC
+target_compile_definitions(VulkanCppModule PUBLIC
133
VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1
134
VULKAN_HPP_NO_STRUCT_CONSTRUCTORS=1
135
)
0 commit comments