1
0

feat: change project layout for new added project

This commit is contained in:
2026-01-30 15:23:01 +08:00
parent 2b9c0296d1
commit 2f59e16590
28 changed files with 161 additions and 36 deletions

6
Ballance/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
if (NEMO_BUILD_BMAP)
add_subdirectory(BMap)
endif ()
if (NEMO_BUILD_BMAPINSPECTOR)
add_subdirectory(BMapInspector)
endif ()