NazaraEngine/examples/PhysicsDemo/xmake.lua

5 lines
114 B
Lua

target("PhysicsDemo")
add_deps("NazaraGraphics", "NazaraPhysics3D")
add_packages("entt")
add_files("main.cpp")