find_package(VTKm REQUIRED)

add_executable(LightingExp lightingExp.cxx) 
target_link_libraries(LightingExp vtkm_cont vtkm_rendering)
