On Mon, Aug 27, 2012 at 11:16 AM, Heidler, Kirstin (GE Oil & Gas)
<Kirstin.Heidler at ge.com> wrote:
> Hello,
>
>
>
> I am trying to handle Keyboard events so I can control what happens.
>
> For this I wrote my own InteractorStyle.
You should use CMake, and link to VTK like
target_link_libraries(YourProgram ${VTK_LIBRARIES})
David