<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><br>&nbsp;&nbsp;&nbsp; cmake_minimum_required( VERSION 2.6 )<br>&nbsp;&nbsp;&nbsp; PROJECT(firstprogram)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; FIND_PACKAGE ( VTK)<br>&nbsp;&nbsp;&nbsp; IF ( VTK_FOUND)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; INCLUDE( ${USE_VTK_FILE} )<br>&nbsp;&nbsp;&nbsp; ENDIF( VTK_FOUND)<br>&nbsp;&nbsp;&nbsp; INCLUDE_DIRECTORIES( ${Medical5_SOURCE_DIR} &nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp;&nbsp; ADD_EXECUTABLE( firstprogram&nbsp; 1.cxx)<br>&nbsp;&nbsp;&nbsp; TARGET_LINK_LIBRARIES ( firstprogram<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkRendering vtkGraphics vtkHybrid<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkImaging vtkIO vtkFiltering vtkCommon<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; )<br></div></div></body></html>