[vtkusers] Build examples under Win32
Andy Cedilnik
andy.cedilnik at kitware.com
Mon Jul 29 07:17:45 EDT 2002
Hi Pat,
Not all examples are build when you say build examples. At this point in
time, some examples are "independent", so you have to use same process
as you used to build VTK to build them. You will however have to specify
the location of the VTK binary.
Andy
On Sun, 2002-07-28 at 07:57, Pat McCormack wrote:
> Hi
> I just downloaded VTK and used CMake to generate project files for VS6.
> However the Examples don't build (I have turned them on in CMakeLists.txt).
> everything else builds just fine and the tests run OK.
>
> CMakelists.txt in the Examples subdir looks kinda sparse to me just
> IF (VTK_USE_PARALLEL)
> SUBDIRS(ParallelProcessing)
> ENDIF (VTK_USE_PARALLEL)
> How does CMake infer from this that it ought to recurse into these
> subdirectories?
More information about the vtkusers
mailing list