cmake_minimum_required(VERSION 3.0)

project(VTKmCGA2015 NONE)

include(UseLATEX.cmake)

set(images
  images/Contour.png
  images/Entropy_compressed.png
  images/MxN_Problem.pdf
  images/MxN_Solution.pdf
  images/RayCastingSeismic.png
  images/SurfaceSimplification.png
  images/xgc_classifyPoints.png
  images/xgc_wallHits.png

  data/ContourTimes.pdf
  data/RayCastingTimesCPU.pdf
  data/RayCastingTimesGPU.pdf
  data/SimplificationTimes.pdf
  data/VolumeRenderingTimes.pdf
  )

add_latex_document(VTKmCGA2015.tex
  BIBFILES VTKmCGA2015.bib
  MULTIBIB_NEWCITES mixedmode predecessors portability VTKmCGA2015
  IMAGES ${images}
  )
