This is all that is typically needed:
PROJECT(Test)
FIND_PACKAGE(VTK REQUIRED)
INCLUDE(${VTK_USE_FILE})
ADD_EXECUTABLE(Test Test.cxx)
TARGET_LINK_LIBRARIES(Test vtkHybrid)
The meaning of those errors is pretty self explanatory, but I have no
idea how to fix it, sorry.
Thanks,
David