pull/1428/head
SirLynix 2 years ago
parent 6874e2a96c
commit c5983f0019
  1. 2
      packages/n/newtondynamics4/xmake.lua

@ -61,5 +61,5 @@ package("newtondynamics4")
ndWorld world;
world.Update(0.01f);
}
]]}, {includes = "ndNewton/ndNewton.h"}))
]]}, {configs = {languages = "c++11"}, includes = "ndNewton/ndNewton.h"}))
end)

Loading…
Cancel
Save