cmake_dependent_option(WITH_MESHTOOLS"Build MeshTools library"ON"( NOT WITH_DEBUGTOOLS OR ( NOT WITH_SHAPES AND NOT WITH_SCENEGRAPH ) ) AND NOT WITH_OBJIMPORTER"ON)
cmake_dependent_option(WITH_MESHTOOLS"Build MeshTools library"ON"( NOT WITH_DEBUGTOOLS OR ( NOT WITH_SHAPES AND NOT WITH_SCENEGRAPH ) ) AND NOT WITH_OBJIMPORTER"ON)
cmake_dependent_option(WITH_PRIMITIVES"Builf Primitives library"ON"NOT WITH_DEBUGTOOLS OR NOT WITH_SHAPES"ON)
cmake_dependent_option(WITH_PRIMITIVES"Builf Primitives library"ON"NOT WITH_DEBUGTOOLS OR NOT WITH_SHAPES"ON)
cmake_dependent_option(WITH_WINDOWLESSEGLAPPLICATION"Build WindowlessEglApplication library"OFF"NOT TARGET_GLES OR TARGET_DESKTOP_GLES OR NOT WITH_MAGNUMINFO"ON)
cmake_dependent_option(WITH_WINDOWLESSEGLAPPLICATION"Build WindowlessEglApplication library"OFF"NOT TARGET_GLES OR TARGET_DESKTOP_GLES OR NOT WITH_MAGNUMINFO"ON)