
add_oiv_executable(simpleIsosurface simpleIsosurface.cxx)

if (OIV_ENABLE_RUNTESTS)
  # it takes usually 31s the first time to build the cache.
  # but then it will take 1 or 2s
  set_tests_properties(RUN_simpleIsosurface PROPERTIES TIMEOUT 45)
endif()

