Hi everyne:
I want to add the plugin through building code as part of paraview. My plugin
is a object pannel and I can add it through loading *.dll by the plugin
manager. I followed the request of "Build Code As Part Of ParaView" from the
ParaView's net. I got the success when I configured the CMake,But there are 22
false when I compile the code by vs2005.
2DGLYPHParaViewImport.cmake:
SET (2DGLYPH_SRCS
${2DGLYPH_SOURCE_DIR}/pq2DGlyph.cxx
)
INCLUDE_DIRECTORIES(${2DGLYPH_SOURCE_DIR})
INCLUDE_DIRECTORIES(${2DGLYPH_SOURCE_DIR}/..)
PARAVIEW_INCLUDE_WRAPPED_SOURCES("${2DGLYPH_SRCS}")
Can anyone tell me how to solve this problem. Thanks very much.
Jackie Chen._______________________________________________
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