Files
NazaraEngine/examples/Tut01/xmake.lua
SirLynix 97fa4d98be Rework EnTT integration
- Update EnTT to 3.11.1
- Moved EnTT wrapper to EnTTWorld, inheriting EntityWorld
- AppEntitySystemComponent can now handles multiple EntityWorld
- Headers relying on EnTT are now automatically included if NAZARA_ENTT is defined
- Renamed SystemGraph to EnttSystemGraph (as it depends on it for now)
2023-01-28 19:28:43 +01:00

6 lines
128 B
Lua

target("Tut01_HelloWorld")
add_deps("NazaraGraphics")
add_packages("entt")
add_files("main.cpp")
add_defines("NAZARA_ENTT")