# Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
# Project developers.  See the top-level LICENSE file for dates and other
# details.  No copyright assignment is required to contribute to VisIt.

#****************************************************************************
# Modifications:
#
#****************************************************************************

project(visit_vtk)

add_subdirectory(lightweight)
add_subdirectory(full)

if (FALSE)
# if osmesa or egl is enabled, add our offscreen rendering factory
if(HAVE_OSMESA OR HAVE_EGL)
    add_subdirectory(offscreen)
endif()
endif ()
