[Paraview-developers] Re: [Paraview-cvs] jsjones commited
ParaView/GUI/Client CMakeLists.txt, 1.43, 1.44
Andy Cedilnik
andy.cedilnik at kitware.com
Thu Jun 17 10:27:29 EDT 2004
Hi Jake,
I think this change should be done in SAFParaViewImport.cmake and not in
the GUI CMake.
On Wed, 2004-06-16 at 18:26, paraview-commit at public.kitware.com wrote:
> Update of /cvsroot/ParaView/ParaView/GUI/Client
> In directory public:/tmp/cvs-serv3108/ParaView/GUI/Client
>
> Modified Files:
> CMakeLists.txt
> Log Message:
> Added include dir and source file for saf data dsp filtering.
>
>
>
> Index: CMakeLists.txt
> ===================================================================
> RCS file: /cvsroot/ParaView/ParaView/GUI/Client/CMakeLists.txt,v
> retrieving revision 1.43
> retrieving revision 1.44
> diff -C2 -d -r1.43 -r1.44
> *** a/CMakeLists.txt 16 Jun 2004 17:41:46 -0000 1.43
> --- b/CMakeLists.txt 16 Jun 2004 22:26:18 -0000 1.44
> ***************
> *** 311,314 ****
> --- 311,320 ----
> ${ParaViewClient_SRCS}
> ${SAF_SOURCE_DIR}/vtkPVSAFReaderModule.cxx )
> +
> + SET( ParaViewClient_SRCS
> + ${ParaViewClient_SRCS}
> + ${SAF_SOURCE_DIR}/../Filtering/vtkPVBasicDSPFilterWidget.cxx )
> + INCLUDE_DIRECTORIES(${SAF_SOURCE_DIR}/../Filtering/)
> +
> ENDIF(PARAVIEW_USE_SAF)
>
>
> _______________________________________________
> Paraview-commit mailing list
> Paraview-commit at public.kitware.com
> http://public.kitware.com/mailman/listinfo/paraview-commit
--
Andy Cedilnik
Kitware Inc.
More information about the Paraview-developers
mailing list