PROJECT (testVtk) INCLUDE (${CMAKE_ROOT}/Modules/FindVTK.cmake) IF (USE_VTK_FILE) INCLUDE(${USE_VTK_FILE}) ENDIF (USE_VTK_FILE) ADD_EXECUTABLE(identicalTetraNotDisplayed identicalTetraNotDisplayed.cxx) TARGET_LINK_LIBRARIES(identicalTetraNotDisplayed vtkRendering)