Buildsystem: Disable building the nonfunctional meshextractor.tool (not in a production-state atm), it CAN however be built with with using the -DWITH_MESHEXTRACTOR flag (not documented as option, and will most probably change in the future)
This commit is contained in:
@@ -12,4 +12,6 @@ add_subdirectory(map_extractor)
|
||||
add_subdirectory(vmap4_assembler)
|
||||
add_subdirectory(vmap4_extractor)
|
||||
add_subdirectory(mmaps_generator)
|
||||
add_subdirectory(mesh_extractor)
|
||||
if (WITH_MESHEXTRACTOR)
|
||||
add_subdirectory(mesh_extractor)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user