Files
ThirdParty-6/ParaView-5.0.1/Plugins/NonOrthogonalSource/plugin.cmake

13 lines
424 B
CMake

pv_plugin(NonOrthogonalSource
# provide a description for the plugin.
DESCRIPTION "Non Orthogonal Source code sample"
# If we want this plugin to be auto-loaded when ParaView starts,
# specify this option. This is ignored for static-builds. All enabled plugins
# are autoloaded with static builds.
# AUTOLOAD
# Specify this option if this plugin must be enabled for building, by default.
DEFAULT_ENABLED
)