[Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Thu Feb 3 09:26:37 EST 2011
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
# GUI_INTERFACES is to specify which GUI plugin interfaces were implemented
# GUI_RESOURCES is to specify qrc files
# GUI_RESOURCE_FILES is to specify xml files to create a qrc file from
# GUI_SOURCES is to other GUI sources
# SOURCES is deprecated, please use SERVER_SOURCES or GUI_SOURCES
Utkarsh
2011/2/3 Aurélien Marsan <aur.marsan at gmail.com>:
> 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
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
More information about the ParaView
mailing list