add example code

This commit is contained in:
SweetId
2022-08-09 21:41:28 +01:00
parent 94e5b8c03b
commit bf2c812867
5 changed files with 111 additions and 1 deletions

7
examples/Demo/xmake.lua Normal file
View File

@@ -0,0 +1,7 @@
target("NzImgui-demo")
set_group("Examples")
add_files("main.cpp")
add_packages("nazara")
add_deps("NazaraImgui")
set_rundir(".")