Add entt dependency to Core and Physics3D
This commit is contained in:
parent
de6be67ea6
commit
5a406e8a20
|
|
@ -14,7 +14,8 @@ local modules = {
|
|||
if is_plat("linux") then
|
||||
add_syslinks("dl", "pthread")
|
||||
end
|
||||
end
|
||||
end,
|
||||
Packages = {"entt"}
|
||||
},
|
||||
Graphics = {
|
||||
Deps = {"NazaraRenderer"},
|
||||
|
|
@ -54,7 +55,7 @@ local modules = {
|
|||
},
|
||||
Physics3D = {
|
||||
Deps = {"NazaraUtility"},
|
||||
Packages = {"newtondynamics"}
|
||||
Packages = {"entt", "newtondynamics"}
|
||||
},
|
||||
Platform = {
|
||||
Deps = {"NazaraUtility"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue