NazaraEngine/examples/PhysicsDemo/xmake.lua

7 lines
157 B
Lua

target("PhysicsDemo")
set_group("Examples")
set_kind("binary")
add_deps("NazaraGraphics", "NazaraPhysics3D")
add_packages("entt")
add_files("main.cpp")