[vtk-developers] New VTK directory structure and build process.

Sebastien BARRE seb-ml-vtk at barre.nom.fr
Mon May 7 19:11:40 EDT 2001


Hi

Nice to see the new tree :)
And cmake in action :) Much faster than pcmaker.

I'll send you more feedback soon :), but there is at least one bug :

in vtknew/Common/CMakeLists.txt :

IF (WIN32)
   SOURCE_FILES(LIBRARY_SRCS vtkWin32OutputWindow)
ENDIF (WIN32)

has to be changed to :

IF (WIN32)
   SOURCE_FILES(Common_SRCS vtkWin32OutputWindow)
ENDIF (WIN32)





More information about the vtk-developers mailing list