add_oiv_executable(simpleVolume
simpleVolume.cxx
)

if(APPLE)
  target_link_libraries(simpleVolume ${DialogVizQt_LIBRARIES})
else()
  target_link_libraries(simpleVolume ${DialogViz_LIBRARIES})
endif()
