project(02.Tessellation)

include_directories(../common)

set(${PROJECT_NAME}_SOURCES main.cxx
  ../common/SbShaderTutorialViewer.cxx
  ../common/SbShaderTutorialViewer.h
  ../data/shaders/02.Tessellation_vert.glsl
  ../data/shaders/02.Tessellation_etes.glsl
  ../data/shaders/02.Tessellation_ctes.glsl
  ../data/shaders/02.Tessellation_frag.glsl
  )

add_oiv_executable(${PROJECT_NAME} ${${PROJECT_NAME}_SOURCES})
target_link_libraries(${PROJECT_NAME} ${DialogViz_LIBRARIES})
