[Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro

2011-02-03 Thread Aurélien Marsan
Good afternoon, In the Add_PARAVIEW_PLUGIN macro, there oftena re the keywords SERVER_MANAGER_XML, SERVER_MANAGER_SOURCES and GUI_INTERFACES Sometimes, there also are GUI_SOURCES or SOURCES. What is the differences between the two last keywords ? (gui_sources and sources) Regards, Aurélien

Re: [Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro

2011-02-03 Thread Utkarsh Ayachit
Here's an extract from the ParaViewPlugins.cmake. Hope that helps. # SERVER_MANAGER_SOURCES will be wrapped # SERVER_MANAGER_XML will be embedded and give to the client when loaded # SERVER_SOURCES is for other source files # PYTHON_MODULES allows you to embed python sources as modules #