initial commit

This commit is contained in:
2024-01-01 15:31:33 +01:00
commit 572fdbb5cc
6 changed files with 289 additions and 0 deletions

7
xmake.lua Normal file
View File

@@ -0,0 +1,7 @@
add_rules("mode.debug", "mode.release")
target("LazyStudy")
set_kind("binary")
add_files("src/*.cpp")
add_includedirs("include")
set_rundir("$(projectdir)")