Salome HOME
Porting to ParaView 5.8
[modules/paravis.git] / src / Plugins / DifferenceTimesteps / plugin / CMakeLists.txt
1 set(qrc_files)
2 if(PARAVIEW_USE_QT)
3   list(APPEND qrc_files pqDifferenceTimesteps.qrc)
4 endif()
5
6 paraview_add_plugin(DifferenceTimesteps
7   VERSION "1.0"
8   UI_RESOURCES ${qrc_files}
9   MODULES DifferenceTimestepsModule
10   MODULE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/DifferenceTimestepsModule/vtk.module"
11   SERVER_MANAGER_XML filters.xml
12 )
13
14 install(TARGETS DifferenceTimesteps
15   RUNTIME DESTINATION lib/paraview
16   LIBRARY DESTINATION lib/paraview
17   ARCHIVE DESTINATION lib/paraview
18   )