add_oiv_executable(simpleVolumeMaskEditing simpleVolumeMaskEditing.cxx)

if(APPLE)
  target_link_libraries(simpleVolumeMaskEditing ${LDM_LIBRARIES} ${ScaleViz_LIBRARIES} ${OpenInventor_LIBRARIES} ${VolumeViz_LIBRARIES} ${OpenInventorXt_LIBRARIES} ${DialogVizQt_LIBRARIES})
else()
  target_link_libraries(simpleVolumeMaskEditing ${LDM_LIBRARIES} ${ScaleViz_LIBRARIES} ${OpenInventor_LIBRARIES} ${VolumeViz_LIBRARIES} ${OpenInventorXt_LIBRARIES} ${DialogViz_LIBRARIES})
endif()
