alignment #1

Merged
Persson-dev merged 19 commits from alignment into main 2025-02-23 09:40:46 +00:00
Showing only changes of commit 8762222e0f - Show all commits

View File

@@ -4,6 +4,7 @@ set_languages("c++17")
target("SimpleProtocolLib") target("SimpleProtocolLib")
add_includedirs("include") add_includedirs("include")
add_headerfiles("include/sp/**.h")
add_files("src/sp/**.cpp") add_files("src/sp/**.cpp")
set_kind("static") set_kind("static")
-- handle shared/static kind -- handle shared/static kind