mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
15 lines
400 B
CMake
15 lines
400 B
CMake
if(VTK_RENDERING_BACKEND STREQUAL "OpenGL")
|
|
if(PARAVIEW_BUILD_QT_GUI)
|
|
|
|
set(_mobile_remote_DEFAULT_ENABLED)
|
|
if (BUILD_SHARED_LIBS)
|
|
set(_mobile_remote_DEFAULT_ENABLED DEFAULT_ENABLED)
|
|
endif()
|
|
|
|
pv_plugin(MobileRemoteControl
|
|
DESCRIPTION "Use a mobile device to view the ParaView scene and control the camera."
|
|
${_mobile_remote_DEFAULT_ENABLED}
|
|
)
|
|
endif()
|
|
endif()
|