NazaraEngine/examples/Physics2DDemo/xmake.lua

7 lines
159 B
Lua

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