From 47e8375b367ed5e43cc320beab1c63124a0294eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sun, 23 Dec 2018 19:50:43 -0500 Subject: [PATCH] ENH: Allow building examples. Use the ITK CMake macros to build the examples module. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 090935b..7db5433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,3 +8,5 @@ if(NOT ITK_SOURCE_DIR) else() itk_module_impl() endif() + +itk_module_examples()