working dispatcher + factory
All checks were successful
Linux arm64 / Build (push) Successful in 1m17s

This commit is contained in:
2025-06-25 19:33:11 +02:00
parent 392fcb3d17
commit 10b49b34dd
35 changed files with 315 additions and 1472 deletions

View File

@@ -1,5 +1,9 @@
add_rules("mode.debug", "mode.release")
add_requires("boost_pfr")
set_warnings("all")
set_languages("c++17")
local modules = {
@@ -71,6 +75,7 @@ target("SimpleProtocol")
add_files("src/sp/**.cpp")
set_group("Library")
set_kind("$(kind)")
add_packages("boost_pfr", {public = true})
add_headerfiles("include/(sp/**.h)", "include/(sp/**.inl)")