add_oiv_executable(CollisionViewer CollisionViewer.cxx)

if(WIN32)
  target_link_libraries(CollisionViewer winmm.lib)
endif()
