Add Physics2D components and systems (WIP)
This commit is contained in:
6
examples/Physics2DDemo/xmake.lua
Normal file
6
examples/Physics2DDemo/xmake.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
target("Physics2DDemo")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraGraphics", "NazaraPhysics2D")
|
||||
add_packages("entt")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user