Skip to content

Commit f89df94

Browse files
authored
Ttarget to target (#113)
1 parent f76abce commit f89df94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02_Development_environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ find_package (Vulkan REQUIRED)
129129
add_library(VulkanCppModule)
130130
add_library(Vulkan::cppm ALIAS VulkanCppModule)
131131
132-
ttarget_compile_definitions(VulkanCppModule PUBLIC
132+
target_compile_definitions(VulkanCppModule PUBLIC
133133
VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1
134134
VULKAN_HPP_NO_STRUCT_CONSTRUCTORS=1
135135
)

0 commit comments

Comments
 (0)