used to find the dart testing system

This commit is contained in:
Ken Martin 2001-06-13 16:15:27 -04:00
parent 2f0a82195d
commit f6f8dde5a8
1 changed files with 11 additions and 0 deletions

11
Modules/FindDart.cmake Normal file
View File

@ -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]
)