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:
click
2013-02-17 20:28:55 +01:00
parent f2b48ba008
commit 6395c80e86
+3 -1
View File
@@ -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()