feat: change project layout for new added project
This commit is contained in:
6
Ballance/CMakeLists.txt
Normal file
6
Ballance/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
if (NEMO_BUILD_BMAP)
|
||||
add_subdirectory(BMap)
|
||||
endif ()
|
||||
if (NEMO_BUILD_BMAPINSPECTOR)
|
||||
add_subdirectory(BMapInspector)
|
||||
endif ()
|
||||
Reference in New Issue
Block a user