Attaching the CMakeLists.txt might be interesting, too...


# create a paraview plugin containing server manager xml and the server
# manager classes to build
# this plugin can be loaded on the server side

cmake_minimum_required(VERSION 2.4)

PROJECT(vtkITKSampleImageFilter)

INCLUDE("/home/christian/programming/pv-plugins/conf.cmake")

#find and load ParaView settings
FIND_PACKAGE(ParaView REQUIRED)
INCLUDE(${PARAVIEW_USE_FILE})

TARGET_LINK_LIBRARIES( vtkITKImageBox )

ADD_PARAVIEW_PLUGIN(SampleImageFilter "1.0"
  SERVER_MANAGER_XML SampleImageFilter.xml 
  #GUI_RESOURCE_FILES SampleImageFilterGUI.xml
  SERVER_MANAGER_SOURCES vtkITKSampleImageFilter.cxx
)
_______________________________________________
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

Reply via email to