uggly working i guess
This commit is contained in:
12
back/xmake.lua
Normal file
12
back/xmake.lua
Normal 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")
|
||||
|
||||
Reference in New Issue
Block a user