add_oiv_runtest_parameter("$OIVHOME/data/models/chair.iv")

if(WIN32)
  add_oiv_executable(ivPerf
    getopt/getopt.c
    ivPerf.cxx
  )
else()
  add_oiv_executable(ivPerf
    ivPerf.cxx
  )
  target_link_libraries(ivPerf ${X11_X11_LIB})
endif()

target_link_libraries(ivPerf ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY})
