add vcglib include dir (#4136)

pull/4139/head
KarryCharon 6 months ago committed by GitHub
parent 4771cb3034
commit 08990e70dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/v/vcglib/xmake.lua

@ -15,7 +15,10 @@ package("vcglib")
add_deps("eigen")
on_install("windows", "macosx", "linux", function (package)
os.mv("apps", package:installdir("include"))
os.mv("eigenlib", package:installdir("include"))
os.mv("vcg", package:installdir("include"))
os.mv("wrap", package:installdir("include"))
end)
on_test(function (package)

Loading…
Cancel
Save