Initial commit

This commit is contained in:
Ваше Имя
2025-09-25 13:01:43 +04:00
commit ad9b11cdbd
3 changed files with 37 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
set_languages "c++23"
add_rules("plugin.compile_commands.autoupdate", { outputdir = "." })
add_requires("boost", {
system = true, -- sudo pacman -S boost
configs = {
all = false,
system = true, -- asio
},
})
target "app"
set_kind "binary"
add_files "src/*.cpp"
add_links "boost_system"