
add_oiv_executable(sceneView
  sceneView.cxx
)

if(APPLE)
  target_link_libraries(sceneView
		Qt::Core
		Qt::Gui
		Qt::OpenGL
		Qt::Widgets
	)
endif()

add_oiv_executable(view
  view.cxx
)

if(APPLE)
  target_link_libraries(view
		Qt::Core
		Qt::Gui
		Qt::OpenGL
		Qt::Widgets
	)
endif()
