Skip to content

Commit

Permalink
[vulkan-memory-allocator-hpp] fix module support (#5604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz authored Oct 29, 2024
1 parent cd07b1e commit 12b1efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v/vulkan-memory-allocator-hpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package("vulkan-memory-allocator-hpp")
io.writefile("xmake.lua", format([[
add_requires("vulkan-memory-allocator", "%s >= 1.3.275")
target("vulkan-memory-allocator-hpp")
set_kind("static")
set_kind("moduleonly")
set_languages("c++20")
add_headerfiles("include/(**.hpp)")
add_includedirs("include")
Expand Down

0 comments on commit 12b1efe

Please sign in to comment.