ufbx: install extra files to includedir (#6233)

Install the files under the "extra" folder for convenient use in C++ project and others.
pull/6234/head
Shiwei Wang 4 weeks ago committed by GitHub
parent c42fe3532a
commit f3b138854b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/u/ufbx/xmake.lua

@ -28,6 +28,7 @@ package("ufbx")
end
]])
import("package.tools.xmake").install(package)
os.trycp("extra/*", package:installdir("include"))
end)
on_test(function (package)

Loading…
Cancel
Save