1
0

feat: initialize BMapInspector project

This commit is contained in:
2026-01-30 20:23:39 +08:00
parent 6b0d73177b
commit 8dfa4bd039
8 changed files with 237 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ target_sources(BMapInspector
PRIVATE
BMapInspector.cpp
Utils.cpp
Ruleset.cpp
)
# Setup headers
target_sources(BMapInspector
@@ -12,7 +13,7 @@ PRIVATE
FILE_SET HEADERS
FILES
Utils.hpp
Rule.hpp
Ruleset.hpp
)
# Setup header infomation
target_include_directories(BMapInspector