mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
13 lines
424 B
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
|
|
)
|