
set(SegY-2D_HEADERS
  slice.h
  horizon.h
)

set(SegY-2D_SOURCES
  slice.cxx
  horizon.cxx
  main.cxx
)

source_group("Header Files" FILES ${SegY-2D_HEADERS})

add_oiv_executable_notest(SegY2D ${SegY-2D_HEADERS} ${SegY-2D_SOURCES})

target_link_libraries(SegY2D ${DialogViz_LIBRARIES})

