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

if(WIN32)
add_oiv_executable(ivInfo
  getopt/getopt.c
  ivInfo.cxx
)
else()
add_oiv_executable(ivInfo
  ivInfo.cxx
)
endif()
