link_libraries( ${OpenInventorAlgorithms_LIBRARIES} ${OpenInventorGL_LIBRARIES} )

if(CMAKE_COMPILER_IS_GNUCC)
  add_definitions( -msse2 )
endif()

add_oiv_executable(getDataBox getDataBox.cxx)
add_oiv_executable(getDataLine getDataLine.cxx)
add_oiv_executable(getDataPlane getDataPlane.cxx)
add_oiv_executable(getDataPolyLine getDataPolyLine.cxx)
add_oiv_executable(getDataTrace getDataTrace.cxx)
add_oiv_executable(asyncGetDataBox asyncGetDataBox.cxx)

add_oiv_executable(getDataBox_multiThread getDataBox_multiThread.cxx)
