ignore_oiv_runtest()

include_directories(../common)

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

if(APPLE)
 link_libraries( "${OpenInventorAlgorithms_LIBRARIES}" )
endif()

add_oiv_executable(ComputeBatch
  main.cxx
  ../common/compute.cxx
)
