7 lines
132 B
CMake
7 lines
132 B
CMake
|
|
if (NEMO_BUILD_BMAP)
|
||
|
|
add_subdirectory(BMap)
|
||
|
|
endif ()
|
||
|
|
if (NEMO_BUILD_BMAPINSPECTOR)
|
||
|
|
add_subdirectory(BMapInspector)
|
||
|
|
endif ()
|