]> Creatis software - FrontAlgorithms.git/blobdiff - cmake/KitwareTools.cmake
...
[FrontAlgorithms.git] / cmake / KitwareTools.cmake
diff --git a/cmake/KitwareTools.cmake b/cmake/KitwareTools.cmake
new file mode 100644 (file)
index 0000000..35ae868
--- /dev/null
@@ -0,0 +1,8 @@
+# ========================
+# == Find Kitware tools ==
+# ========================
+
+FIND_PACKAGE(ITK REQUIRED)
+INCLUDE(${ITK_USE_FILE})
+
+## eof - $RCSfile$