summaryrefslogtreecommitdiffstats
path: root/Modules/FindDart.cmake
blob: 1fdf75960203e8312fc37b6a4c6afd2c4dc8b1f3 (plain)
1
2
3
4
5
6
7
8
9
10
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]
    )