[Paraview] VisIt Plugin Bridge
Philip Blakely
pmblakely at gmail.com
Fri May 4 09:45:25 EDT 2012
Hi David,
On 4 May 2012 14:29, David E DeMarle <dave.demarle at kitware.com> wrote:
> Try changing:
> TARGET_LINK_LIBRARIES(CNSVisIt vtkVisItAVTAlgorithms)
> to:
> TARGET_LINK_LIBRARIES(cnsVisItReader vtkVisItAVTAlgorithms)
Thanks; that removes the issue with "Cannot specify..." but it still
doesn't compile and link the avtcnsVisItFileFormat.C file.
Philip
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Fri, May 4, 2012 at 9:15 AM, Philip Blakely <pmblakely at gmail.com> wrote:
>> ADD_DEFINITIONS("-DUSE_EXPRESSION_TEMPLATES")
>>
>> ADD_VISIT_PLUGIN_READER(cnsVisItReader "1.0"
>> VISIT_READER_NAME "avtcnsVisItFileFormat"
>> VISIT_READER_TYPE "STMD"
>> VISIT_READER_FILE_PATTERN "hdf"
>> SERVER_SOURCES ${SOURCES}
>> )
>>
>> TARGET_LINK_LIBRARIES(CNSVisIt vtkVisItAVTAlgorithms)
More information about the ParaView
mailing list