1
0

feat: add cli support for BMapInspector

This commit is contained in:
2026-01-31 11:28:03 +08:00
parent 103cb496a2
commit 8f5cc51de4
9 changed files with 418 additions and 136 deletions

View File

@@ -5,6 +5,8 @@ target_sources(BMapInspector
PRIVATE
BMapInspector.cpp
Utils.cpp
Reporter.cpp
Cli.cpp
Ruleset.cpp
)
# Setup headers
@@ -13,6 +15,8 @@ PRIVATE
FILE_SET HEADERS
FILES
Utils.hpp
Reporter.hpp
Cli.hpp
Ruleset.hpp
)
# Setup header infomation