From 755a0ab9cc811f61a39f618e66f597acbe9ea20f Mon Sep 17 00:00:00 2001 From: Tushar Athawale Date: Mon, 10 Jan 2022 13:18:33 -0500 Subject: [PATCH] Cmakelist update for tutorial examples --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99b3efe32..47ca305ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -406,3 +406,6 @@ endif() #----------------------------------------------------------------------------- # Build examples add_subdirectory(examples) + +# Tutorial examples +add_subdirectory(vtkm-tutorial/tutorialExamples)