Restore Tut00, Tut01 and Tut02

This commit is contained in:
Lynix
2022-02-14 14:47:10 +01:00
parent a54049494e
commit ac89667b75
9 changed files with 126 additions and 116 deletions

6
examples/Tut01/xmake.lua Normal file
View File

@@ -0,0 +1,6 @@
target("Tut01_HelloWorld")
set_group("Examples")
set_kind("binary")
add_deps("NazaraGraphics")
add_packages("entt")
add_files("main.cpp")