EnTT: Copy natvis to include dirs (#2431)

pull/2436/head
Jérôme Leclercq 2 years ago committed by GitHub
parent ac549b3fe5
commit e882990912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/e/entt/xmake.lua

@ -30,6 +30,7 @@ package("entt")
local configs = {"-DENTT_BUILD_TESTING=OFF"}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
import("package.tools.cmake").install(package, configs)
os.cp("natvis/entt/*.natvis", package:installdir("include", "entt", "natvis"))
end)
on_test(function (package)

Loading…
Cancel
Save