Restore Tut00, Tut01 and Tut02
This commit is contained in:
6
examples/Tut01/xmake.lua
Normal file
6
examples/Tut01/xmake.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
target("Tut01_HelloWorld")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraGraphics")
|
||||
add_packages("entt")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user