Salome HOME
Sample ParaView plugins: Sample filter
[modules/paravis.git] / src / Plugins / Filter / CMakeLists.txt
1
2 # create a paraview plugin containing server manager xml and the server
3 # manager classes to build
4 # this plugin can be loaded on the server side
5
6 ADD_PARAVIEW_PLUGIN(SMSampleFilter "1.0"
7   SERVER_MANAGER_XML SampleFilter.xml 
8   SERVER_MANAGER_SOURCES vtkMySampleFilter.cxx)
9
10 INSTALL(
11         TARGETS SMSampleFilter 
12         DESTINATION lib/salome
13 )