From f6f8dde5a8cb25ab190987da3c959a58977b2d7d Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 13 Jun 2001 16:15:27 -0400 Subject: used to find the dart testing system --- Modules/FindDart.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Modules/FindDart.cmake diff --git a/Modules/FindDart.cmake b/Modules/FindDart.cmake new file mode 100644 index 0000000..4aa8daf --- /dev/null +++ b/Modules/FindDart.cmake @@ -0,0 +1,11 @@ +# +# this module looks for the dart testing software and sets DART_ROOT +# to point to where it found it +# + +FIND_PATH(DART_ROOT README.INSTALL + ${PROJECT_SOURCE_DIR}/Dart + /usr/share/Dart + "C:/Program Files/Dart" + [HKEY_LOCAL_MACHINE\SOFTWARE\Dart\InstallPath] + ) -- cgit v0.12