add_oiv_executable(volumeDataDrawStyle volumeDataDrawStyle.cxx utils.cxx)

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

target_link_libraries(volumeDataDrawStyle ${DialogViz_LIBRARIES})
