Restore Tut00, Tut01 and Tut02
This commit is contained in:
5
examples/Tut00/xmake.lua
Normal file
5
examples/Tut00/xmake.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
target("Tut00_EmptyProject")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraAudio", "NazaraGraphics", "NazaraNetwork", "NazaraPhysics2D", "NazaraPhysics3D", "NazaraRenderer", "NazaraUtility")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user