if (OIVIO_ENABLE_CAD)
  add_definitions(-DENABLE_CAD_SUPPORT)
  link_libraries( "${OpenInventorIO_CAD_LIBRARIES}" )
endif()

add_oiv_executable(ivConvertToIv
  ivConvertToIv.cxx
)

