1
0

feat: finish BMapInspector framework

This commit is contained in:
2026-02-02 14:17:31 +08:00
parent def46d1b8f
commit ebbea473a4
9 changed files with 319 additions and 95 deletions

View File

@@ -7,7 +7,8 @@ PRIVATE
Utils.cpp
Reporter.cpp
Cli.cpp
Ruleset.cpp
Map.cpp
Rule.cpp
)
# Setup headers
target_sources(BMapInspector
@@ -17,7 +18,8 @@ FILES
Utils.hpp
Reporter.hpp
Cli.hpp
Ruleset.hpp
Map.hpp
Rule.hpp
)
# Setup header infomation
target_include_directories(BMapInspector