[vulkan-memory-allocator-hpp] fix module support (#5604)

pull/5605/head
Arthur Laurent 4 weeks ago committed by GitHub
parent cd07b1e9e3
commit 12b1efead4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/v/vulkan-memory-allocator-hpp/xmake.lua

@ -44,7 +44,7 @@ package("vulkan-memory-allocator-hpp")
io.writefile("xmake.lua", format([[ io.writefile("xmake.lua", format([[
add_requires("vulkan-memory-allocator", "%s >= 1.3.275") add_requires("vulkan-memory-allocator", "%s >= 1.3.275")
target("vulkan-memory-allocator-hpp") target("vulkan-memory-allocator-hpp")
set_kind("static") set_kind("moduleonly")
set_languages("c++20") set_languages("c++20")
add_headerfiles("include/(**.hpp)") add_headerfiles("include/(**.hpp)")
add_includedirs("include") add_includedirs("include")

Loading…
Cancel
Save