uggly working i guess

This commit is contained in:
2025-07-01 20:01:24 +02:00
parent bbb9bc2751
commit 3a64770bb0
10 changed files with 88 additions and 48 deletions

12
back/xmake.lua Normal file
View File

@@ -0,0 +1,12 @@
add_rules("mode.debug", "mode.release")
set_languages("c++17")
add_requires("cpp-httplib", "nlohmann_json", "turbobase64")
target("Songdle")
set_kind("binary")
add_files("src/*.cpp")
set_rundir(".")
add_packages("cpp-httplib", "nlohmann_json", "turbobase64")